-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 910 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
{
"name": "stopbot",
"version": "3.0.1",
"description": "",
"main": "stopbot.js",
"scripts": {
"build": "babel src -d lib",
"dev": "babel src -d lib; node lib/stopbot.js",
"lint": "./node_modules/.bin/eslint src/*.js src/*/*.js src/*/*/*.js",
"start": "node lib/stopbot.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.0",
"eslint": "^6.7.2",
"eslint-plugin-import-order-alphabetical": "^1.0.0"
},
"dependencies": {
"discord.js": "^11.1.0",
"express": "^4.15.4",
"fs": "0.0.1-security",
"grunt": "^1.0.4",
"grunt-contrib-cssmin": "^2.2.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"pg": "^7.1.2",
"pg-format": "^1.0.4",
"superagent": "^3.5.2",
"winston": "^2.3.1"
}
}