{
  "name": "egg-development",
  "version": "3.0.2",
  "description": "development tool for egg",
  "eggPlugin": {
    "name": "development",
    "env": [
      "local"
    ],
    "dependencies": [
      "watcher"
    ]
  },
  "keywords": [
    "egg",
    "plugin",
    "egg-plugin",
    "eggPlugin"
  ],
  "dependencies": {
    "debounce": "^1.1.0",
    "multimatch": "^5.0.0",
    "utility": "^2.4.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "egg": "3",
    "egg-bin": "6",
    "egg-mock": "5",
    "eslint": "8",
    "eslint-config-egg": "12",
    "supertest": "^3.4.2"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "test": "npm run lint -- --fix && npm run test-local",
    "test-local": "egg-bin test --ts false",
    "cov": "egg-bin cov --ts false",
    "lint": "eslint .",
    "ci": "npm run lint && npm run cov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eggjs/egg-development.git"
  },
  "files": [
    "app",
    "config",
    "lib",
    "agent.js",
    "app.js"
  ],
  "bugs": "https://github.com/eggjs/egg/issues",
  "homepage": "https://github.com/eggjs/egg-development#readme",
  "author": "jtyjty99999",
  "license": "MIT"
}
