-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 956 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
{
"dependencies": {
"@discordjs/rest": "^2.1.0",
"@types/node": "^20.9.0",
"arg": "^5.0.2",
"bcrypt": "^5.1.1",
"better-sqlite3": "^9.1.1",
"chalk": "^4.1.2",
"color": "^4.2.3",
"discord-api-types": "^0.37.63",
"discord.js": "^14.14.1",
"simple-git": "^3.21.0",
"stream": "^0.0.2",
"ts-node": "^10.9.1"
},
"name": "plugbot-neu",
"version": "0.0.1",
"description": "the next generation of plugbot",
"main": "build/login.js",
"scripts": {
"recomp": "eslint && rimraf ./build && tsc && node .",
"standard": "node .",
"check": "tsc --noEmit",
"lint": "eslint",
"fix": "eslint --fix ."
},
"author": "NRD, catnowblue",
"license": "GPL-3.0",
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/color": "^3.0.6",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"rimraf": "^5.0.5"
}
}