-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 KB
/
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
36
37
38
39
40
41
42
43
44
45
{
"name": "community-tools",
"version": "1.0.0",
"description": "",
"main": "app.js",
"type": "commonjs",
"engines": {
"node": "16.x"
},
"scripts": {
"start": "NODE_ENV=dev pm2 start ecosystem.config.js && pm2 log ac-communityTool-dev --raw",
"start:prod": "NODE_ENV=prod pm2 start ecosystem.config.js && pm2 log ac-communityTool-prod --raw",
"register": "node commands.js",
"dev": "nodemon src/app.js",
"prettier": "prettier -w src/",
"build": "sh ./sample/shell/build_local.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ALPHACamp/community-tools.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ALPHACamp/community-tools/issues"
},
"homepage": "https://github.com/ALPHACamp/community-tools#readme",
"devDependencies": {
"eslint": "^8.38.0",
"nodemon": "^2.0.22",
"prettier": "^2.8.7"
},
"dependencies": {
"cors": "^2.8.5",
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"firebase-admin": "^11.7.0",
"pino": "^8.14.1",
"pino-pretty": "^10.0.1",
"uuid": "^9.0.0"
}
}