-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 947 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": "api-linter-rules",
"version": "1.0.0",
"description": "[![SIT](https://img.shields.io/badge/SIT-awesome-blueviolet.svg)](https://jobs.schwarz)",
"license": "Apache-2.0",
"devDependencies": {
"@stoplight/spectral-core": "^1.18.3",
"@stoplight/spectral-ruleset-bundler": "^1.5.2",
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6",
"yaml": "^2.3.1"
},
"scripts": {
"test": "jest",
"test:watch": "npm run test -- --watch",
"build": "bash util/scripts/mergeRules.sh",
"postinstall": "chmod +x util/scripts/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SchwarzIT/api-linter-rules.git"
},
"bugs": {
"url": "https://github.com/SchwarzIT/api-linter-rules/issues"
},
"homepage": "https://github.com/SchwarzIT/api-linter-rules#readme",
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
}
}