UNPKG

ut-tools

Version:

Build and Release management automation package.

85 lines (84 loc) 2.52 kB
{ "name": "@stoplight/spectral-cli", "version": "6.4.1", "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues", "author": "Stoplight <support@stoplight.io>", "bin": { "spectral": "./dist/index.js" }, "engines": { "node": "^12.20 || >= 14.13" }, "license": "Apache-2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/stoplightio/spectral.git" }, "scripts": { "build.binary": "pkg . --output ./binaries/spectral", "build.windows": "pkg . --targets windows --out-path ./binaries", "build.nix": "pkg . --targets linux,macos,alpine --out-path ./binaries", "postbuild": "copyfiles -u 1 \"./src/formatters/html/*.html\" \"./dist/\"", "cli": "node -r ts-node/register/transpile-only -r tsconfig-paths/register src/index.ts", "cli:debug": "node -r ts-node/register/transpile-only -r tsconfig-paths/register --inspect-brk src/index.ts", "release": "semantic-release -e semantic-release-monorepo" }, "dependencies": { "@rollup/plugin-commonjs": "^20.0.0", "@stoplight/json": "3.17.0", "@stoplight/path": "1.3.2", "@stoplight/spectral-core": "^1.5.1", "@stoplight/spectral-parsers": "^1.0.1", "@stoplight/spectral-ref-resolver": "1.0.1", "@stoplight/spectral-ruleset-bundler": "^1.0.0", "@stoplight/spectral-ruleset-migrator": "^1.5.0", "@stoplight/spectral-rulesets": ">=1", "@stoplight/spectral-runtime": "^1.1.0", "@stoplight/types": "12.3.0", "chalk": "4.1.2", "cliui": "7.0.4", "eol": "0.9.1", "fast-glob": "3.2.7", "lodash": "~4.17.21", "pony-cause": "^1.0.0", "proxy-agent": "5.0.0", "stacktracey": "^2.1.7", "strip-ansi": "6.0", "text-table": "0.2", "tslib": "^2.3.0", "yargs": "17.3.1" }, "devDependencies": { "@types/es-aggregate-error": "^1.0.2", "@types/xml2js": "^0.4.9", "@types/yargs": "^17.0.8", "copyfiles": "^2.4.1", "es-aggregate-error": "^1.0.7", "jest-when": "^3.4.2", "nock": "^13.1.3", "node-html-parser": "^4.1.5", "pkg": "^5.4.1", "xml2js": "^0.4.23" }, "pkg": { "scripts": [ "./dist/**/*.js", "../../node_modules/vm2/lib/*.js" ], "assets": [ "./dist/**/*.json", "./dist/**/*.html", "../*/dist/**/*.js.map", "../*/src/**/*.ts" ] } }