-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 796 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 796 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
35
36
37
{
"name": "authoring",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@octokit/rest": "15.6.2",
"axios": "0.18.0",
"body-parser": "1.18.3",
"cors": "2.8.4",
"express": "4.16.3",
"faker": "4.1.0",
"firebase-admin": "5.12.1",
"github-webhook-handler": "0.7.1",
"jsonwebtoken": "8.2.1",
"yamljs": "0.3.0"
},
"devDependencies": {
"commitizen": "2.9.6",
"cz-conventional-changelog": "2.1.0",
"ghooks": "2.0.4"
},
"engines": {
"node": ">=8.11.0"
},
"scripts": {
"start": "node index.js",
"commit": "git-cz"
},
"author": "Hayk Pilosyan <hayk.pilos@gmail.com>",
"license": "MIT",
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}