{
  "name": "midway-bin",
  "version": "1.20.3",
  "description": "Midway Command Tools",
  "main": "index.js",
  "bin": {
    "midway-bin": "bin/midway-bin.js",
    "mocha": "bin/mocha.js"
  },
  "scripts": {
    "lint": "eslint .",
    "pkgfiles": "node bin/midway-bin.js pkgfiles",
    "test": "npm run lint -- --fix && npm run test-local",
    "test-local": "node bin/midway-bin.js test -t 3600000",
    "cov": "nyc -r lcov -r text-summary npm run test-local",
    "ci-test-only": "TESTS=test/lib/cmd/cov.test.js npm run test-local",
    "ci": "npm run lint && npm run pkgfiles -- --check && npm run ci-test-only && npm run cov",
    "autod": "node bin/midway-bin.js autod"
  },
  "keywords": [
    "midway",
    "bin"
  ],
  "license": "MIT",
  "dependencies": {
    "@midwayjs/ncc": "^0.22.0",
    "co": "^4.6.0",
    "egg-bin": "^4.11.1",
    "fs-extra": "^8.1.0",
    "globby": "^10.0.1",
    "jest-environment-node": "^24.9.0",
    "mz-modules": "^2.1.0",
    "terser": "^4.6.3",
    "ts-node": "^8.0.2",
    "typedoc": "^0.14.2"
  },
  "devDependencies": {
    "co-mocha": "^1.2.2",
    "coffee": "^5.2.1",
    "eslint": "7",
    "eslint-config-egg": "^7.0.0",
    "mm": "^2.5.0"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "files": [
    "bin",
    "lib",
    "jest",
    "index.js"
  ],
  "author": "Harry Chen <czy88840616@gmail.com>",
  "repository": {
    "type": "git",
    "url": "http://github.com/midwayjs/midway.git"
  },
  "gitHead": "20c993ef9741049878c098448cdbef2418e8c48b"
}
