-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 940 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
{
"name": "suggestions",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node build/."
},
"keywords": [],
"author": "NewCircuit <https://github.com/NewCircuit>",
"license": "GPL-3.0",
"dependencies": {
"@types/concat-stream": "^1.6.0",
"@types/js-yaml": "^3.12.5",
"@types/pg": "^7.14.5",
"@types/request": "^2.48.5",
"concat-stream": "^2.0.0",
"discord.js": "^12.3.1",
"discord.js-commando": "github:discordjs/Commando",
"js-yaml": "^3.14.0",
"pg": "^8.3.3",
"request": "^2.88.2"
},
"devDependencies": {
"@types/node": "^14.10.1",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.21.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"typescript": "^4.2.3"
}
}