-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 911 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
{
"scripts": {
"dev": "NODE_ENV=development node index.js",
"prod": "NODE_ENV=production node index.js",
"prodmon": "NODE_ENV=production ./node_modules/.bin/nodemon index.js",
"lint": "npx eslint .",
"prettier": "npx prettier --write ."
},
"dependencies": {
"@slack/web-api": "^6.5.1",
"axios": "^0.21.1",
"discord.js": "^14.6.0",
"dotenv-flow": "^3.2.0",
"minecraft-server-util": "^5.2.8",
"nodemon": "^2.0.16"
},
"name": "fren-counter",
"version": "1.0.0",
"description": "Fren Counter - Counter of Frens",
"main": "index.js",
"directories": {
"lib": "lib"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1"
},
"author": "GAS",
"license": "ISC"
}