-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 963 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
35
36
37
38
39
{
"name": "contractpolice",
"description": "ContractPolice helps you find contract violations fast and easily!",
"keywords": [
"contract testing",
"test",
"api",
"rest"
],
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha --recursive"
},
"author": "Rick Slinkman <rw.slinkman@gmail.com> (http://rwslinkman.nl)",
"repository": {
"type": "git",
"url": "https://github.com/rwslinkman/contractpolice.git"
},
"bugs": {
"url": "http://github.com/request/request/issues"
},
"license": "Apache-2.0",
"dependencies": {
"@apidevtools/swagger-parser": "^10.0.1",
"js-yaml": "^3.13.1",
"junit-report-builder": "^1.3.3",
"needle": "^2.3.3",
"uuid": "^8.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0",
"nyc": "^15.0.0",
"rewire": "^5.0.0",
"sinon": "^9.0.1"
}
}