forked from Paperback-iOS/Tasukete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 996 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
34
35
36
37
38
39
{
"name": "paperback-help-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsc; node lib/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.7.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@types/follow-redirects": "^1.13.1",
"@types/node": "^16.11.5",
"adm-zip": "^0.5.9",
"async-mutex": "^0.3.2",
"axios": "^0.24.0",
"common-tags": "^1.8.2",
"discord.js": "^13.6.0",
"dotenv": "^10.0.0",
"js-yaml": "^4.1.0",
"mathjs": "^10.4.0",
"msgpackr": "^1.5.4",
"typescript": "^4.6.2",
"vm2": "^3.9.9",
"write-file-atomic": "^4.0.1"
},
"devDependencies": {
"@types/adm-zip": "^0.4.34",
"@types/common-tags": "^1.8.1",
"@types/js-yaml": "^4.0.4",
"@types/write-file-atomic": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"eslint": "^8.1.0"
}
}