forked from discordeno/discordeno
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdenoImportMap.json
More file actions
29 lines (29 loc) · 1.32 KB
/
denoImportMap.json
File metadata and controls
29 lines (29 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"imports": {
"node:buffer": "https://deno.land/[email protected]/node/buffer.ts",
"node:crypto": "https://deno.land/[email protected]/node/crypto.ts",
"node:fs": "https://deno.land/[email protected]/node/fs.ts",
"node:fs/promises": "https://deno.land/[email protected]/node/fs/promises.ts",
"node:events": "https://deno.land/[email protected]/node/events.ts",
"tweetnacl": "npm:tweetnacl",
"ws": "npm:ws",
"fzstd": "npm:fzstd",
"mocha": "https://deno.land/[email protected]/testing/bdd.ts",
"chai": "https://cdn.skypack.dev/[email protected]?dts",
"sinon": "https://cdn.skypack.dev/[email protected]?dts",
"find-up": "npm:find-up",
"typescript": "npm:typescript",
"chai-as-promised": "npm:chai-as-promised",
"benchmark": "npm:benchmark",
"dotenv": "npm:dotenv",
"node:zlib": "https://deno.land/[email protected]/node/zlib.ts",
"node:assert": "https://deno.land/[email protected]/node/assert.ts",
"node:path": "https://deno.land/[email protected]/node/path.ts",
"node:url": "https://deno.land/[email protected]/node/url.ts",
"@discordeno/utils": "./packages/utils/dist/esm/index.js",
"@discordeno/types": "./packages/types/dist/esm/index.js",
"@discordeno/rest": "./packages/rest/dist/esm/index.js",
"@discordeno/gateway": "./packages/gateway/dist/esm/index.js",
"@discordeno/bot": "./packages/bot/dist/esm/index.js"
}
}