UNPKG

@rhoas/spectral-ruleset

Version:
51 lines (50 loc) 1.41 kB
{ "name": "@rhoas/spectral-ruleset", "version": "0.3.1", "description": "Spectral ruleset", "private": false, "main": "ruleset.yaml", "scripts": { "build": "npm run clean && tsc && npm run copy-ruleset", "clean": "rm -rf dist", "lint": "eslint src/**/*.ts", "copy-ruleset": "cp rhoasapi ruleset.yaml package.json ./dist", "cli-integration-tests": "./scripts/rules.sh", "setupRelease": "npm version" }, "dependencies": { "@stoplight/spectral-core": "1.13.0" }, "devDependencies": { "@types/node": "15.14.1", "@typescript-eslint/eslint-plugin": "4.28.2", "@typescript-eslint/parser": "4.28.2", "eslint": "7.32.0", "eslint-config-standard": "16.0.3", "eslint-plugin-import": "2.26.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "5.2.0", "tsc": "2.0.4", "typescript": "4.7.4" }, "repository": { "type": "git", "url": "git+https://github.com/redhat-developer/app-services-api-guidelines.git" }, "keywords": [ "openapi", "spectral", "validator", "rhoas", "app-services-sdk" ], "author": "Red Hat Developer", "license": "Apache-2.0", "bugs": { "url": "https://github.com/redhat-developer/app-services-api-guidelines/issues" }, "homepage": "https://github.com/redhat-developer/app-services-api-guidelines#readme", "bin": { "rhoasapi": "./rhoasapi" } }