UNPKG

@accordproject/concerto-linter

Version:

Concerto Linter using Spectral rulesets

56 lines (55 loc) 1.57 kB
{ "name": "@accordproject/concerto-linter", "version": "4.1.3", "description": "Concerto Linter using Spectral rulesets", "homepage": "https://github.com/accordproject/concerto", "engines": { "node": ">=18", "npm": ">=10" }, "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "clean": "rimraf dist", "prebuild": "npm-run-all clean && cd ./default-ruleset && npm run build", "build": "tsc -p tsconfig.build.json", "pretest": "npm-run-all lint", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "jest", "test:watch": "jest --watchAll" }, "repository": { "type": "git", "url": "https://github.com/accordproject/concerto.git", "directory": "packages/concerto-linter" }, "keywords": [ "concerto", "linter", "spectral" ], "author": "accordproject.org", "license": "Apache-2.0", "dependencies": { "@accordproject/concerto-core": "4.1.3", "@accordproject/concerto-cto": "4.1.3", "@accordproject/concerto-linter-default-ruleset": "4.1.3", "@accordproject/concerto-metamodel": "^3.13.0", "@stoplight/spectral-cli": "6.15.0", "@stoplight/spectral-core": "1.20.0", "@stoplight/spectral-parsers": "1.0.5", "ajv": "^8.17.1", "find-up": "5.0.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^8.46.2", "@typescript-eslint/parser": "^8.46.2", "eslint": "8.57.1", "jest": "^29.7.0", "npm-run-all": "^4.1.5", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "typescript": "5.7.2" } }