-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.54 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
46
47
48
49
50
51
52
53
{
"name": "pr-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"prebuild": "rimraf build/",
"build": "babel src -d build/ --source-maps",
"prepublish": "yarn run build",
"watch": "babel src -d build/ --source-maps --watch"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/datastore": "^1.0.2",
"@google-cloud/pubsub": "^0.14.7",
"async-exit-hook": "^2.0.1",
"body-parser": "^1.17.2",
"docker-file-parser": "^1.0.2",
"express": "^4.15.3",
"fast-json-patch": "^1.1.10",
"fs-extra": "^3.0.1",
"github": "^9.2.0",
"glob": "^7.1.2",
"js-yaml": "^3.8.4",
"jsonpath": "^0.2.11",
"nedb": "^1.8.0",
"nunjucks": "^3.0.1",
"request": "^2.81.0",
"request-promise-native": "^1.0.4",
"semver": "^5.3.0",
"source-map-support": "^0.5.0",
"uuid": "^3.0.1",
"yawn-yaml": "^1.3.0"
},
"devDependencies": {
"@google-cloud/functions-emulator": "^1.0.0-alpha.20",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-flow": "^6.23.0",
"eslint": "^4.18.2",
"eslint-plugin-flowtype": "^2.37.0",
"eslint-plugin-import": "^2.2.0",
"flow-bin": "^0.56.0",
"flow-typed": "^2.2.0",
"rimraf": "^2.6.2"
}
}