Files
discordeno/denoImportMap.json
Skillz4Killz 701d8b6dbb chore: remove client pkg (#2903)
* chore: remove client pkg

* yarn install

* fix: yarn install

---------

Co-authored-by: ITOH <to@itoh.at>
2023-03-30 09:48:19 -05:00

22 lines
942 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",
"node-fetch": "npm:node-fetch",
"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"
}
}