generated from BRP-API/brp-shared
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 981 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
40
{
"name": "brp-shared",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"oas:lint": "bash scripts/oas-lint.sh",
"test": "echo \"Error: no test specified\" && exit 1",
"cz:commit": "cz"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@cucumber/cucumber": "^11.1.1",
"@redocly/cli": "^1.26.0",
"@stoplight/spectral-cli": "^6.14.2",
"axios": "^1.7.9",
"chai": "^4.5.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"deep-equal-in-any-order": "^2.0.6",
"husky": "^9.1.7",
"jest": "^29.7.0",
"multiple-cucumber-html-reporter": "^3.8.0",
"nswag": "^14.2.0",
"pg": "^8.13.1",
"winston": "^3.17.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}