forked from codeforamerica/publiccode-pusher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 917 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": "@brigade-project-index/schema-pusher",
"version": "1.0.0",
"description": "development server to run gcloud functions for brigade-project-index github-commit-schema",
"main": "index.js",
"dependencies": {
"dotenv": "^8.1.0",
"express": "^4.17.1",
"nodemon": "^1.19.3",
"redux-thunk": "^2.3.0",
"request": "^2.88.0",
"request-promise": "^4.2.5"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-replace": "^1.0.0",
"mocha": "^6.2.2",
"proxyquire": "^2.1.3",
"sinon": "^7.5.0"
},
"scripts": {
"start": "nodemon -i client/",
"clean": "gulp clean",
"build": "gulp",
"test": "mocha",
"deploy": "gcloud functions deploy token --source='src/http/token' --trigger-http --runtime nodejs10"
},
"keywords": [],
"author": "ckb",
"license": "GPL-3.0"
}