UNPKG

@accordproject/concerto-linter

Version:

Concerto Linter using Spectral rulesets

52 lines (51 loc) 1.39 kB
{ "name": "@accordproject/concerto-linter-default-ruleset", "version": "3.23.0", "description": "Default ruleset for the Accord Project Concerto Linter", "homepage": "https://github.com/accordproject/concerto", "engines": { "node": ">=18", "npm": ">=10" }, "main": "dist/ruleset-main.js", "typings": "dist/ruleset-main.d.ts", "scripts": { "clean": "rimraf dist", "prebuild": "npm-run-all clean", "build": "tsc", "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/default-ruleset" }, "keywords": [ "concerto", "linter", "spectral", "default-ruleset" ], "author": "accordproject.org", "license": "Apache-2.0", "dependencies": { "@accordproject/concerto-core": "3.23.0", "@stoplight/spectral-core": "1.20.0", "@stoplight/spectral-functions": "1.10.1", "@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" } }