{
  "name": "@www778878net/koa78-base78",
  "version": "1.1.6",
  "description": "nodejs koa78框架 基类",
  "main": "dist/index.js",
  "types": "src/index.ts",
  "author": {
    "name": "Frieda.Hu<657225485@qq.com>"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/www778878net/koa78-base78.git"
  },
  "license": "Apache-2.0",
  "files": [
    "src",
    "dist"
  ],
  "keywords": [
    "typescript",
    "koa",
    "7788",
    "www778878net",
    "nodejs"
  ],
  "scripts": {
    "start": "git checkout develop && npx tsc   && node ./strve/index.js  -- config config.json",
    "dev": "cross-env NODE_ENV=dev nodemon -e ts --exec ts-node src/index.ts",
    "versionsave": "major minor patch premajor...",
    "upgrade78": "yarn-upgrade-all",
    "startpm": " pm2 start ./dist/index.js   --name koa78 -i 2 -- config configali.json",
    "startmin": " node ./strve/index.js  --config configmin.json",
    "postpublish": "git push origin --all && git push origin --tags",
    "postversion": "npm publish --access public",
    "preversion": "npm test ",
    "test": "npx tsc   && mocha  --config  config.json   --reporter spec  -t 5000  --exit",
    "build": "npx tsc  ",
    "mainupdate": "git checkout main && git pull origin main && git merge develop --squash --no-commit"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "bundledDependencies": false,
  "devDependencies": {
    "@types/node": "^18.11.9",
    "@typescript-eslint/eslint-plugin": "^8.2.0",
    "@typescript-eslint/parser": "^8.2.0",
    "chai": "^4.3.7",
    "cross-env": "^7.0.3",
    "eslint": "^8.57.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-es": "^4.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-react": "^7.35.0",
    "fs": "^0.0.1-security",
    "iconv-lite": "^0.6.3",
    "mocha": "^10.1.0",
    "nodemon": "^3.1.4",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@www778878net/koa78-upinfo": "^1.0.2",
    "@www778878net/koabody78": "^3.3.11",
    "@www778878net/memcache78": "^0.1.0",
    "@www778878net/mysql78": "^1.0.1",
    "@www778878net/promise78": "^0.0.2",
    "@www778878net/redis78": "^0.1.2",
    "co": "^4.6.0",
    "dayjs": "^1.11.6",
    "koa": "^2.13.4",
    "koa-bodyparser": "^4.3.0",
    "koa-convert": "^2.0.0",
    "koa-router": "^12.0.0",
    "lodash": "^4.17.21",
    "md5": "^2.3.0",
    "mysql": "^2.18.1",
    "request": "^2.88.2",
    "restler": "^3.4.0",
    "urlencode": "^2.0.0",
    "validator": "^13.7.0"
  },
  "bundleDependencies": []
}
