-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 880 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
{
"name": "snacks",
"version": "1.0.1",
"description": "snacks system based on slack bot",
"main": "app.js",
"dependencies": {
"@slack/events-api": "^2.3.2",
"@slack/interactive-messages": "^1.6.0",
"@slack/web-api": "^5.8.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"install": "^0.13.0",
"moment": "^2.25.1",
"mongoose": "^5.9.11",
"normalize-port": "^1.0.0",
"npm": "^6.14.6"
},
"devDependencies": {},
"scripts": {
"start": "node app.js",
"dev": "NODE_ENV=development && node app.js",
"prod": "NODE_ENV=production && node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jay16213/snacks.git"
},
"author": "Jay Lin",
"license": "MIT",
"bugs": {
"url": "https://github.com/jay16213/snacks/issues"
},
"homepage": "https://github.com/jay16213/snacks#readme"
}