UNPKG

@accordproject/concerto-linter

Version:

Concerto Linter using Spectral rulesets

54 lines (53 loc) 1.5 kB
{ "name": "@accordproject/concerto-linter", "version": "3.23.0", "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": "3.23.0", "@accordproject/concerto-linter-default-ruleset": "3.23.0", "@accordproject/concerto-metamodel": "3.12.4", "find-up": "5.0.0", "@stoplight/spectral-cli": "6.15.0", "@stoplight/spectral-core": "1.20.0", "@stoplight/spectral-parsers": "1.0.5" }, "devDependencies": { "eslint": "8.57.1", "@typescript-eslint/eslint-plugin": "8.16.0", "@typescript-eslint/parser": "8.16.0", "npm-run-all": "^4.1.5", "rimraf": "^6.0.1", "typescript": "5.7.2", "jest": "^29.7.0", "ts-jest": "^29.2.5" } }