{
  "name": "midway-web",
  "version": "1.20.3",
  "description": "Midway Web Scene",
  "main": "dist/index",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "npm run lint && midway-bin build -c",
    "lint": "../../node_modules/.bin/tslint --format prose -c ../../tslint.json --fix 'src/**/*.ts' 'test/**/*.ts'",
    "test": "npm run lint && midway-bin clean && NODE_ENV=test midway-bin test --ts",
    "cov": "midway-bin cov --ts",
    "ci": "npm run test",
    "autod": "midway-bin autod"
  },
  "keywords": [
    "midway",
    "IoC",
    "web",
    "scene"
  ],
  "files": [
    "src",
    "app",
    "config",
    "dist",
    "d.ts"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/react": "^16.0.38",
    "@types/react-dom": "^16.0.4",
    "is-type-of": "^1.2.1",
    "midway-bin": "^1.20.3",
    "midway-mock": "^1.20.3",
    "mz-modules": "^2.1.0",
    "pedding": "^1.1.0",
    "react": "^16.2.0",
    "react-dom": "^16.2.0"
  },
  "dependencies": {
    "@eggjs/router": "^2.0.0",
    "@midwayjs/decorator": "^1.20.3",
    "debug": "^4.1.1",
    "egg": "^2.20.0",
    "egg-core": "^4.15.0",
    "egg-logger": "^2.3.2",
    "extend2": "^1.0.0",
    "injection": "^1.8.0",
    "midway-core": "^1.20.3",
    "midway-schedule": "^1.20.3",
    "mkdirp": "^0.5.1"
  },
  "author": "Harry Chen <czy88840616@gmail.com>",
  "repository": {
    "type": "git",
    "url": "http://github.com/midwayjs/midway.git"
  },
  "gitHead": "20c993ef9741049878c098448cdbef2418e8c48b"
}
