-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 807 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 807 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
33
34
{
"name": "botleg",
"description": "API for botleg blog",
"main": "app.js",
"engines": {
"node": "8.10.0"
},
"scripts": {
"deploy": "serverless deploy",
"lint": "eslint **/*.js",
"local": "serverless invoke local -f"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/botleg/api.git"
},
"devDependencies": {
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"serverless": "^1.26.1",
"standard": "^11.0.1"
},
"dependencies": {
"axios": "^0.18.0",
"bluebird": "^3.5.1",
"elasticsearch": "^14.2.2",
"eslint": "^4.19.1",
"slack-node": "^0.1.8"
}
}