-
-
Notifications
You must be signed in to change notification settings - Fork 240
/
package.json
61 lines (61 loc) · 1.65 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@stoplight/spectral-ruleset-bundler",
"version": "1.6.1",
"homepage": "https://github.com/stoplightio/spectral",
"bugs": "https://github.com/stoplightio/spectral/issues",
"author": "Stoplight <support@stoplight.io>",
"engines": {
"node": "^16.20 || ^18.18 || >= 20.17"
},
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"type": "commonjs",
"exports": {
".": {
"default": "./dist/index.js"
},
"./with-loader": {
"node": "./dist/loader/node.js",
"browser": "./dist/loader/browser.js",
"default": "./dist/loader/node.js"
},
"./presets/*": {
"default": "./dist/presets/*.js"
},
"./plugins/*": {
"default": "./dist/plugins/*.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/stoplightio/spectral.git"
},
"dependencies": {
"@rollup/plugin-commonjs": "~22.0.2",
"@stoplight/path": "1.3.2",
"@stoplight/spectral-core": ">=1",
"@stoplight/spectral-formats": "^1.8.1",
"@stoplight/spectral-functions": ">=1",
"@stoplight/spectral-parsers": ">=1",
"@stoplight/spectral-ref-resolver": "^1.0.4",
"@stoplight/spectral-ruleset-migrator": "^1.9.6",
"@stoplight/spectral-rulesets": ">=1",
"@stoplight/spectral-runtime": "^1.1.2",
"@stoplight/types": "^13.6.0",
"@types/node": "*",
"pony-cause": "1.1.1",
"rollup": "~2.79.2",
"tslib": "^2.8.1",
"validate-npm-package-name": "3.0.0"
},
"devDependencies": {
"@types/validate-npm-package-name": "^3.0.3",
"fetch-mock": "^9.11.0",
"memfs": "^3.3.0",
"prettier": "^2.4.1"
}
}