UNPKG

eslint-plugin-meteor

Version:
76 lines (75 loc) 2.06 kB
{ "name": "eslint-plugin-meteor", "version": "7.3.0", "author": "Dominik Ferber <dominik.ferber+npm@gmail.com>", "description": "Meteor specific linting rules for ESLint", "main": "lib/index.js", "publishConfig": { "tag": "next" }, "release": { "branch": "master" }, "scripts": { "coverage:check": "nyc check-coverage --lines 100 --functions 100 --branches 100", "coverage:report": "nyc report", "coveralls": "nyc report --reporter=text-lcov | coveralls", "format": "prettier --write 'lib/**/*.js' 'tests/**/*.js' 'scripts/**/*.js'", "lint": "eslint ./", "pretest": "npm run lint", "rule": "node scripts/new-rule.js", "test": "npm run unit-test && npm run coverage:report && npm run coverage:check", "unit-test": "nyc --reporter=lcov mocha tests --recursive", "unit-test:watch": "npm run unit-test -s -- --watch" }, "files": [ "LICENSE", "README.md", "lib" ], "repository": { "type": "git", "url": "https://github.com/dferber90/eslint-plugin-meteor.git" }, "homepage": "https://github.com/dferber90/eslint-plugin-meteor", "bugs": "https://github.com/dferber90/eslint-plugin-meteor/issues", "dependencies": { "invariant": "2.2.4" }, "devDependencies": { "babel-eslint": "^10.1.0", "coveralls": "^3.1.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^7.13.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-prettier": "^3.1.4", "mocha": "^8.2.1", "nyc": "^15.1.0", "prettier": "^2.1.2", "readline-sync": "^1.4.10", "semantic-release": "^17.2.2", "validate-commit-msg": "^2.14.0" }, "peerDependencies": { "eslint": ">= 3.7.0" }, "engines": { "node": ">=10" }, "keywords": [ "eslint", "eslint-plugin", "eslintplugin", "meteor" ], "config": { "ghooks": { "commit-msg": "node_modules/.bin/validate-commit-msg" }, "commitizen": { "path": "node_modules/cz-conventional-changelog/" } }, "license": "MIT", "contributors": [] }