-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 735 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 735 Bytes
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
{
"name": "ampslackbot",
"version": "1.0.0",
"description": "Slack event handler/bot for amphtml.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrjoro/ampslackbot.git"
},
"author": "Joey Rozier",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mrjoro/ampslackbot/issues"
},
"homepage": "https://github.com/mrjoro/ampslackbot#readme",
"dependencies": {
"@slack/client": "^4.3.1",
"@slack/events-api": "^1.0.1",
"dotenv": "^6.0.0"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}