1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "eslint-plugin-eggache",
- "version": "1.0.0",
- "description": "custom eslint rule for egg RTFM issues",
- "dependencies": {
- },
- "devDependencies": {
- "autod": "^3.0.1",
- "egg-bin": "^4.3.7",
- "egg-ci": "^1.8.0",
- "eslint": "^4.17.0",
- "eslint-config-egg": "^6.0.0",
- "is-type-of": "^1.2.0",
- "webstorm-disable-index": "^1.2.0"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "scripts": {
- "autod": "autod",
- "lint": "eslint .",
- "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
- "test-local": "egg-bin test",
- "cov": "egg-bin cov",
- "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
- "pkgfiles": "egg-bin pkgfiles"
- },
- "ci": {
- "version": "6, 8"
- },
- "repository": {
- "type": "git",
- "url": "git@github.com:eggjs/eslint-plugin-eggache.git"
- },
- "files": [
- "index.js",
- "lib"
- ],
- "author": "TZ <atian25@qq.com>",
- "license": "MIT"
- }
|