forked from Skillz4Killz/dapi-bench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1007 Bytes
/
package.json
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
30
31
32
33
{
"name": "dapi-bench",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"detritus": "npm i && node memory/detritus.js",
"discordjs": "npm i && node memory/discord.js",
"discordeno": "deno run -A --no-check memory/discordeno.ts",
"eris": "npm i && node memory/eris.js",
"harmony": "deno run -A --no-check memory/harmony.ts",
"jscord": "npm i && node memory/js-cord.js",
"university": "deno run -A --unstable memory/university.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Skillz4Killz/dapi-bench.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Skillz4Killz/dapi-bench/issues"
},
"homepage": "https://github.com/Skillz4Killz/dapi-bench#readme",
"dependencies": {
"@jay3332/js-cord": "^1.1.3",
"detritus-client": "^0.15.0",
"discord.js": "^12.5.3",
"eris": "^0.15.1"
}
}