forked from minge0n/intbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.3 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.3 KB
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
40
41
42
43
44
45
{
"name": "intbot",
"version": "1.3.0",
"description": "intbot",
"main": "./src/index.js",
"scripts": {
"start": "node ./src/struct/Shard.js",
"dev": "nodemon .",
"boot": "pm2 start src/index.js --name 'app' && pm2 log",
"repl": "pm2 restart app && pm2 log",
"test": "npm run lint && npm run lint:commands",
"lint": "eslint ./src",
"lint:commands": "eslint ./src/commands/ --no-ignore",
"lint:fix": "eslint ./src --fix"
},
"author": "team-int",
"license": "MIT",
"dependencies": {
"axios": "latest",
"body-parser": "^1.19.0",
"child_process": "^1.0.2",
"discord-oauth2": "^2.6.0",
"discord.js": "^12.5.3",
"dokdo": "^0.2.0",
"dotenv": "^8.2.0",
"erlpack": "^0.1.3",
"express": "latest",
"express-session": "^1.17.1",
"global": "^4.4.0",
"mongodb": "latest",
"morgan": "latest",
"node-fetch": "^2.6.1",
"oauth-discord": "latest",
"querystring": "^0.2.0",
"serve-favicon": "latest",
"util": "latest",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"eslint": "^7.26.0",
"nodemon": "^2.0.7",
"pm2": "^4.5.6"
},
"eslintIgnore": ["/src/commands/*"]
}