-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 872 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": "svetchbot",
"version": "1.0.0",
"description": "Custom bot for Svetch",
"main": "index.ts",
"scripts": {
"start": "nodemon index.ts",
"test": "eslint ./"
},
"author": "Svetch",
"license": "ISC",
"dependencies": {
"discord.js": "^12.3.1",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
"mongoose": "^5.10.7",
"node-opus": "^0.3.3",
"typescript": "^4.0.3"
},
"devDependencies": {
"@types/node": "^14.11.2",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-google": "^0.14.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}