-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 852 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 852 Bytes
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
{
"name": "suggestions",
"version": "3.5.0",
"description": "Official Suggestions Discord-Bot",
"main": "lib/index.js",
"author": "jerskisnow",
"license": "GPL-3.0",
"scripts": {
"build": "tsc",
"dev": "tsc && cd lib/ && node index.js",
"prod": "cd lib/ && node index.js"
},
"dependencies": {
"bluebird": "^3.7.2",
"dblapi.js": "^2.4.1",
"discord.js": "^12.3.1",
"dotenv": "^8.2.0",
"pg": "^8.4.0",
"redis": "^3.0.2",
"utf8": "^3.0.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.32",
"@types/node": "^14.11.5",
"@types/pg": "^7.14.5",
"@types/redis": "^2.8.27",
"@types/utf8": "^2.1.6",
"@types/ws": "^7.2.7",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"eslint": "^7.12.0",
"typescript": "^4.0.3"
}
}