ut-tools
Version:
Build and Release management automation package.
30 lines (29 loc) • 744 B
JSON
{
"name": "@stoplight/spectral-runtime",
"version": "1.1.4",
"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"
],
"repository": {
"type": "git",
"url": "https://github.com/stoplightio/spectral.git"
},
"dependencies": {
"@stoplight/json": "^3.20.1",
"@stoplight/path": "^1.3.2",
"@stoplight/types": "^13.6.0",
"abort-controller": "^3.0.0",
"lodash": "^4.17.21",
"node-fetch": "^2.7.0",
"tslib": "^2.8.1"
}
}