{
  "name": "@why520crazy/test-sample",
  "version": "1.2.2",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "node src/app.js",
    "test": "mocha src/**/**/*.spec.js",
    "eslint": "eslint src/**/**/*.js",
    "cover": "nyc npm test --all",
    "standard-version": "standard-version",
    "release": "wt-pm release",
    "wt-pm": "wt-pm",
    "wt-release": "wt-release",
    "wt-publish": "wt-publish --publish-dir .",
    "pub-only": "npm publish --access=public",
    "pub": "wt-pm publish && npm run pub-only",
    "travis:coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
    "semantic-release": "semantic-release --dry-run --no-ci"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/why520crazy/test-sample.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/why520crazy/test-sample/issues"
  },
  "homepage": "https://github.com/why520crazy/test-sample#readme",
  "devDependencies": {
    "coveralls": "^2.13.1",
    "eslint": "^4.7.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.5.3",
    "mocha-lcov-reporter": "^1.3.0",
    "mockery": "^2.1.0",
    "nyc": "^11.2.1",
    "release": "^6.1.0",
    "release-it": "^12.4.3",
    "semantic-release": "^17.0.4",
    "standard-version": "^7.1.0",
    "stringify-package": "^1.0.1",
    "supertest": "^3.0.0"
  },
  "dependencies": {
    "koa": "^2.3.0",
    "koa-bodyparser": "^4.2.0",
    "koa-router": "^7.2.1",
    "lodash": "^4.17.4",
    "mongoose": "^5.7.5"
  }
}
