ut-tools
Version:
Build and Release management automation package.
52 lines (51 loc) • 1.45 kB
JSON
{
"name": "@stoplight/spectral-ruleset-migrator",
"version": "1.11.3",
"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"
],
"browser": {
"./dist/requireResolve.js": false
},
"repository": {
"type": "git",
"url": "https://github.com/stoplightio/spectral.git"
},
"dependencies": {
"@stoplight/json": "~3.21.0",
"@stoplight/ordered-object-literal": "~1.0.4",
"@stoplight/path": "1.3.2",
"@stoplight/spectral-functions": "^1.9.1",
"@stoplight/spectral-runtime": "^1.1.2",
"@stoplight/types": "^13.6.0",
"@stoplight/yaml": "~4.2.3",
"@types/node": "*",
"ajv": "^8.17.1",
"ast-types": "0.14.2",
"astring": "^1.9.0",
"reserved": "0.1.2",
"tslib": "^2.8.1",
"validate-npm-package-name": "3.0.0"
},
"devDependencies": {
"@stoplight/spectral-core": "*",
"@stoplight/spectral-rulesets": "*",
"fetch-mock": "^9.11.0",
"json-schema-to-typescript": "^10.1.5",
"memfs": "^3.5.3",
"prettier": "^2.4.1"
},
"scripts": {
"pretest": "ts-node -T ./scripts/generate-test-fixtures.ts && yarn prebuild",
"prebuild": "ts-node -T ./scripts/compile-schemas.ts"
}
}