Files
discordeno/denoImportMap.json
Jonathan Ho da1660fc1c test(all): add test importing index (#2774)
* test(all): add test importing index

* chore: remove old benchmark dir

* chore: disable coverage status fail

* test(client): add import test with try catch

* test(rest): fix narrow import scope
2023-02-09 09:45:01 -06:00

22 lines
967 B
JSON

{
"imports": {
"node:buffer": "https://deno.land/std@0.176.0/node/buffer.ts",
"node:fs": "https://deno.land/std@0.176.0/node/fs.ts",
"node:events": "https://deno.land/std@0.176.0/node/events.ts",
"tweetnacl": "npm:tweetnacl",
"ws": "npm:ws",
"mocha": "https://deno.land/std@0.168.0/testing/bdd.ts",
"chai": "https://cdn.skypack.dev/chai@4.3.4?dts",
"sinon": "https://cdn.skypack.dev/sinon@15.0.0?dts",
"chai-as-promised": "npm:chai-as-promised",
"benchmark": "npm:benchmark",
"dotenv": "npm:dotenv",
"node:zlib": "https://deno.land/std@0.176.0/node/zlib.ts",
"@discordeno/utils": "./packages/utils/dist/index.js",
"@discordeno/types": "./packages/types/dist/index.js",
"@discordeno/rest": "./packages/rest/dist/index.js",
"@discordeno/gateway": "./packages/gateway/dist/index.js",
"@discordeno/bot": "./packages/bot/dist/index.js",
"@discordeno/client": "./packages/client/dist/index.js"
}
}