-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 956 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": "@microcks/spectral-ruleset",
"version": "0.0.7-SNAPSHOT",
"author": "Laurent Broudoux <[email protected]>",
"description": "A set of rules for Spectral that allows linting OpenAPI and AsyncAPI spec for Microcks conventions",
"bugs": {
"url": "https://github.com/microcks/microcks-spectral-ruleset/issues"
},
"homepage": "https://github.com/microcks/microcks-spectral-ruleset#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/microcks/microcks-spectral-ruleset.git"
},
"license": "Apache-2.0",
"main": "microcks-rules.yaml",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest"
},
"files": [
"functions",
"*-rules.yaml"
],
"engines": {
"node": ">= 16"
},
"devDependencies": {
"@jamietanna/spectral-test-harness": "^0.3.0",
"jest": "^29.7.0",
"standard": "^17.1.2"
},
"standard": {
"env": [
"jest"
]
}
}