forked from baloise-incubator/spectral-ruleset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 938 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
{
"name": "@baloise/spectral-rules",
"version": "0.2.1",
"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": "5.9.1",
"@types/jest": "26.0.21",
"@types/js-yaml": "4.0.0",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-prettier": "3.3.1",
"jest": "26.6.3",
"js-yaml": "4.0.0",
"prettier": "2.2.1",
"ts-jest": "26.5.4",
"typescript": "4.2.3"
}
}