UNPKG

eslint-plugin-jest-runner-groups-validator

Version:
68 lines (67 loc) 1.82 kB
{ "name": "eslint-plugin-jest-runner-groups-validator", "version": "1.4.0", "description": "Validates that Jest runner groups applied to test files are from a known set", "license": "MIT", "engines": { "node": ">=10.0.0" }, "repository": { "type": "git", "url": "https://github.com/scottmcginness/eslint-plugin-jest-runner-groups-validator.git" }, "author": "Scott McGinness", "keywords": [ "eslint", "eslint-plugin", "eslintplugin", "jest", "group", "tag", "filter" ], "main": "index.js", "files": [ "LICENSE.txt", "README.md", "index.js", "types.d.ts", "lib/**", "rules/**" ], "scripts": { "format:pkg": "format-package -w", "lint": "eslint .", "lint:fix": "eslint . --fix", "prepack": "npm run lint", "test": "mocha ./test/**/*.test.js", "test:coverage": "npm run test:coverage:report && opener https://localhost:8000 && ws --https -d ./coverage/lcov-report -p 8000", "test:coverage:report": "nyc --reporter=text --reporter=lcov npm run test", "test:watch": "npm run test -- --watch" }, "types": "types.d.ts", "dependencies": { "autocorrect": "^1.2.0", "jest-docblock": "^29.7.0" }, "devDependencies": { "@types/dedent": "^0.7.2", "@types/eslint": "^8.21.2", "@types/node": "^18.15.3", "@types/proxyquire": "^1.3.31", "chai": "^4.3.10", "dedent": "^0.7.0", "eslint": "^8.36.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-eslint-plugin": "^5.0.8", "eslint-plugin-mocha": "^10.1.0", "eslint-plugin-node": "^11.1.0", "format-package": "^7.0.0", "mocha": "^10.2.0", "nyc": "^15.1.0", "proxyquire": "^2.1.3", "sinon": "^17.0.1", "sinon-chai": "^3.7.0", "unit-test-sentinel": "^1.0.1" } }