-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 861 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 861 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
30
31
32
{
"name": "@shopkeep/bot-scripts",
"version": "1.2.0",
"description": "Common functionality for botkit slack bots",
"bin": {
"bot-scripts": "./bin/index.js"
},
"scripts": {
"test": "node ./scripts/test",
"lint": "node ./scripts/lint ."
},
"dependencies": {
"botkit": "^4.9.0",
"bristol": "^0.4.0",
"cross-spawn": "^7.0.3",
"dotenv": "^8.2.0",
"eslint": "^5.10.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^24.1.0",
"prettier": "^1.15.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shopkeep/bot-scripts"
},
"author": "ShopKeep <developers@shopkeep.com> (http://shopkeep.com/)",
"license": "MIT"
}