UNPKG

eslint-plugin-license-header

Version:
48 lines (47 loc) 1.13 kB
{ "name": "eslint-plugin-license-header", "version": "0.9.0", "description": "Validates the presence of a license header", "keywords": [ "eslint", "eslintplugin", "eslint-plugin" ], "license": "MIT", "repository": { "type": "git", "url": "git+ssh://git@github.com/nikku/eslint-plugin-license-header.git" }, "author": { "name": "Nico Rehwaldt", "url": "https://github.com/nikku" }, "main": "lib/index.js", "scripts": { "all": "run-s lint test:coverage", "lint": "eslint .", "lint:fix": "eslint . --fix", "test:coverage": "nyc --reporter lcov --exclude \"tests/**\" mocha tests --recursive", "test": "mocha tests --recursive" }, "dependencies": { "requireindex": "^1.2.0" }, "devDependencies": { "chai": "^6.2.2", "eslint": "^9.39.2", "eslint-plugin-bpmn-io": "^2.2.0", "mocha": "^11.7.5", "npm-run-all": "^4.1.5", "nyc": "^17.1.0", "svelte": "^5.50.0", "svelte-eslint-parser": "^1.4.1", "vue-eslint-parser": "^10.2.0" }, "files": [ "lib" ], "peerDependencies": { "eslint": "^9 || ^10" } }