forked from baloise-incubator/spectral-ruleset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 994 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": "@baloise/spectral-rules",
"version": "1.1.0",
"description": "Custom Spectral API Linter ruleset for Baloise API Guidelines based on Zalando API guidelines.",
"main": ".spectral.yml",
"scripts": {
"lint": "eslint \"{*/**/*.js,*/**/*.ts}\"",
"lint-fix": "npm run lint -- --fix",
"test": "jest"
},
"author": {
"name": "Baloise Group",
"email": "Group.CH_Open-Source@baloise.ch",
"url": "https://github.com/baloise/"
},
"license": "Apache-2.0",
"devDependencies": {
"@stoplight/spectral-cli": "^6.3.0",
"@stoplight/spectral-ruleset-bundler": "^1.2.1",
"@types/jest": "27.4.0",
"@types/js-yaml": "4.0.5",
"@typescript-eslint/eslint-plugin": "5.10.1",
"@typescript-eslint/parser": "5.10.1",
"eslint": "8.7.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.4.7",
"js-yaml": "4.0.0",
"prettier": "2.2.1",
"ts-jest": "27.1.3",
"typescript": "4.2.3"
}
}