ut-tools
Version:
Build and Release management automation package.
28 lines (27 loc) • 687 B
JSON
{
"name": "@stoplight/spectral-formats",
"version": "1.8.2",
"sideEffects": false,
"homepage": "https://github.com/stoplightio/spectral",
"bugs": "https://github.com/stoplightio/spectral/issues",
"author": "Stoplight <support@stoplight.io>",
"repository": {
"type": "git",
"url": "https://github.com/stoplightio/spectral"
},
"license": "Apache-2.0",
"main": "dist/index.js",
"files": [
"/dist"
],
"types": "dist/index.d.ts",
"engines": {
"node": "^16.20 || ^18.18 || >= 20.17"
},
"dependencies": {
"@stoplight/json": "^3.17.0",
"@stoplight/spectral-core": "^1.19.2",
"@types/json-schema": "^7.0.7",
"tslib": "^2.8.1"
}
}