ut-tools
Version:
Build and Release management automation package.
62 lines (61 loc) • 1.69 kB
JSON
{
"name": "@stoplight/spectral-ruleset-bundler",
"version": "1.6.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"
],
"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.5.3",
"prettier": "^2.4.1"
}
}