mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-30 15:30:07 +00:00
15 lines
641 B
JSON
15 lines
641 B
JSON
{
|
|
"imports": {
|
|
"node:buffer": "https://deno.land/std@0.168.0/node/buffer.ts",
|
|
"node:fs": "https://deno.land/std@0.168.0/node/fs.ts",
|
|
"tweetnacl": "npm:tweetnacl",
|
|
"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",
|
|
"benchmark": "npm:benchmark",
|
|
"@discordeno/utils": "./packages/utils/dist/index.js",
|
|
"@discordeno/constant": "./packages/constant/dist/index.js",
|
|
"@discordeno/types": "./packages/types/dist/index.js",
|
|
"@discordeno/transformer": "./packages/transformer/dist/index.js"
|
|
}
|
|
} |