UNPKG

ephelan-spectral-ruleset

Version:
51 lines (50 loc) 1.52 kB
{ "name": "ephelan-spectral-ruleset", "version": "0.0.20", "description": "Spectral ruleset", "private": false, "main": "ruleset.yaml", "scripts": { "build": "npm run clean && tsc", "clean": "rm -rf dist", "lint": "eslint src/**/*.ts", "publish": "npm run clean && npm run build && npm run copy-ruleset && npm publish dist", "copy-ruleset": "cp ./ruleset.yaml ./dist/ruleset.yaml && cp ./package.json ./dist/package.json" }, "dependencies": { "@stoplight/spectral": "^5.3.0", "json-schema-resolve-allof": "^1.5.0" }, "devDependencies": { "@types/jest": "^26.0.23", "@types/node": "^15.12.4", "@typescript-eslint/eslint-plugin": "^4.27.0", "@typescript-eslint/parser": "^4.27.0", "eslint": "^7.29.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.23.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "jest": "^27.0.4", "ts-jest": "^27.0.3", "ts-node": "^10.0.0", "tsc": "^2.0.3", "typescript": "^4.3.4" }, "repository": { "type": "git", "url": "git+https://github.com/craicoverflow/app-services-openapi-validator.git" }, "keywords": [ "openapi", "validator", "rhoas", "app-services-sdk" ], "author": "Red Hat Developer", "license": "Apache-2.0", "bugs": { "url": "https://github.com/craicoverflow/app-services-openapi-validator/issues" }, "homepage": "https://github.com/craicoverflow/app-services-openapi-validator#readme" }