-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 795 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 795 Bytes
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": "go-spectral",
"private": true,
"scripts": {
"run": "node ./index.js",
"webpack": "webpack"
},
"dependencies": {
"@stoplight/spectral-cli": "6.14.2",
"@stoplight/spectral-core": "1.19.4",
"@stoplight/spectral-ruleset-bundler": "1.6.1",
"@stoplight/spectral-runtime": "1.1.3",
"babel-preset-es2015": "^6.24.1",
"tslib": "2.8.1",
"yargs": "~17.7.2"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"babel-loader": "^9.2.1",
"node-loader": "^1.0.1",
"string-replace-loader": "^3.1.0",
"webpack": "^5.97.1",
"webpack-cli": "^4.2.0",
"webpack-license-plugin": "^4.5.1"
},
"engines": {
"node": "^16.20 || ^18.18 || >= 20.17"
},
"browserslist": [
"ie 11"
]
}