Files
redocly-cli/packages/cli/package.json
2022-09-19 11:39:31 +03:00

61 lines
1.7 KiB
JSON

{
"name": "@redocly/cli",
"version": "1.0.0-beta.109",
"description": "",
"license": "MIT",
"bin": {
"openapi": "bin/cli.js",
"redocly": "bin/cli.js"
},
"engines": {
"node": ">=12.0.0"
},
"engineStrict": true,
"scripts": {
"compile": "tsc",
"copy-assets": "cp src/commands/preview-docs/preview-server/default.hbs lib/commands/preview-docs/preview-server/default.hbs && cp src/commands/preview-docs/preview-server/hot.js lib/commands/preview-docs/preview-server/hot.js && cp src/commands/preview-docs/preview-server/oauth2-redirect.html lib/commands/preview-docs/preview-server/oauth2-redirect.html",
"prepublishOnly": "npm run copy-assets"
},
"repository": {
"type": "git",
"url": "https://github.com/Redocly/redocly-cli.git"
},
"homepage": "https://github.com/Redocly/redocly-cli",
"keywords": [
"linter",
"OpenAPI",
"Swagger",
"OpenAPI linter",
"Swagger linter",
"oas"
],
"contributors": [
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/openapi-core": "1.0.0-beta.109",
"assert-node-version": "^1.0.3",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
"glob": "^7.1.6",
"glob-promise": "^3.4.0",
"handlebars": "^4.7.6",
"mobx": "^6.3.2",
"portfinder": "^1.0.26",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"redoc": "~2.0.0",
"simple-websocket": "^9.0.0",
"styled-components": "^5.3.0",
"yargs": "17.0.1"
},
"devDependencies": {
"@types/configstore": "^5.0.1",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/styled-components": "^5.1.1",
"@types/yargs": "16.0.2",
"typescript": "^4.0.3"
}
}