-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 863 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
{
"name": "ci-privacy-alert",
"version": "0.0.1",
"description": "Simple app to demonstrate the OpenAPI diff",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TUB-CNPE-TB/ci-privacy-alert.git"
},
"author": "Zlatina Metodieva",
"license": "MIT",
"bugs": {
"url": "https://github.com/TUB-CNPE-TB/ci-privacy-alert/issues"
},
"homepage": "https://github.com/TUB-CNPE-TB/ci-privacy-alert#readme",
"dependencies": {
"child-process": "latest",
"deep-diff": "^1.0.2",
"js-yaml": "^4.1.0",
"minimist": "^1.2.5",
"pg": "latest",
"pg-connection-string": "latest",
"uuid": "latest"
},
"devDependencies": {
"openapi-diff": "^0.23.5",
"json-diff": "^0.7.1"
}
}