{
  "name": "@anpingli/common",
  "version": "1.1.6",
  "author": "Anping Li <anping.li@hotmail.com>",
  "description": "Henson common utilities",
  "license": "MIT",
  "repository": "gitlab:henson/common-lib/henson-nodejs-common",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "setup": "sh scripts/setup.sh",
    "clean": "sh scripts/clean/base.sh",
    "build": "sh scripts/build.sh",
    "compile": "sh scripts/compile.sh",
    "test": "sh scripts/test.sh",
    "testall": "sh scripts/testall.sh",
    "_on_compile_success": "sh scripts/_on_compile_success.sh",
    "_on_compile_failure": "sh scripts/_on_compile_failure.sh",
    "cpd": "jscpd",
    "update": "echo Deprecated! Preset is auto updated on docker container start, or manually by `yarn setup`",
    "ci": "sh scripts/ci.sh",
    "npm_publish": "sh scripts/npm_publish.sh",
    "docker": "echo \"Please run './dev_up.sh' to start up docker dev environment.\"",
    "doc": "sh scripts/doc/toc.sh",
    "gitlab:checkversion": "sh scripts/gitlab/checkversion.sh",
    "gittag": "sh scripts/gittag.sh",
    "compile:native": "sh scripts/compile/native.sh",
    "format": "tsfmt -r",
    "lint": "sh scripts/lint.sh",
    "_copylib": "mkdir lib && cp -R build/src/* lib/",
    "compile:typescript": "sh scripts/compile/typescript.sh"
  },
  "engines": {
    "npm": ">=4.0.0",
    "node": ">=8.4.0"
  },
  "dependencies": {
    "anyid": "1.0.6",
    "bunyan": "1.8.2",
    "cls-hooked": "4.2.2",
    "express-session": "1.14.1",
    "joi": "13.2.0",
    "lodash": "4.17.11",
    "moment": "2.23.0",
    "request": "2.88.0"
  },
  "optionalDependencies": {
    "heapdump": "0.3.15"
  },
  "peerDependencies": {
    "express": "4.16.4"
  },
  "devDependencies": {
    "@anpingli/mrm-preset": "1.1.1",
    "@types/bunyan": "1.8.4",
    "@types/chai": "4.1.7",
    "@types/chai-as-promised": "7.1.0",
    "@types/express": "4.16.0",
    "@types/express-session": "1.15.10",
    "@types/joi": "14.0.1",
    "@types/lodash": "4.14.120",
    "@types/mocha": "5.2.5",
    "@types/nock": "9.3.1",
    "@types/request": "2.48.1",
    "@types/seedrandom": "2.4.27",
    "@types/sinon": "7.0.7",
    "@types/supertest": "2.0.7",
    "api-spec-converter": "2.7.32",
    "chai": "4.2.0",
    "chai-as-promised": "7.1.1",
    "clarify": "^2.1.0",
    "doctoc": "1.4.0",
    "express": "4.16.4",
    "ioredis": "3.2.2",
    "jscpd": "2.0.15",
    "json-schema-to-joi": "3.0.0",
    "json-schema-to-typescript": "6.1.3",
    "mocha": "5.2.0",
    "mochawesome": "3.1.1",
    "mrm": "1.1.1",
    "nock": "11.3.5",
    "node-fetch": "2.3.0",
    "nyc": "13.1.0",
    "plantuml-encoder": "1.2.5",
    "randgen": "0.1.0",
    "redoc-cli": "0.8.5",
    "seedrandom": "2.4.3",
    "sinon": "7.2.2",
    "source-map-support": "^0.5.0",
    "supertest": "3.4.1",
    "swagger-markdown": "1.1.5",
    "trace": "^3.1.0",
    "tsc-watch": "1.0.31",
    "tslint": "5.12.1",
    "tslint-consistent-codestyle": "1.15.0",
    "tslint-eslint-rules": "5.4.0",
    "tslint-no-unused-expression-chai": "0.1.4",
    "tslint-sonarts": "1.8.0",
    "tslint-strict-error-throw": "1.0.1",
    "typescript": "3.6.3",
    "typescript-formatter": "7.2.2"
  },
  "config": {
    "type": "lib",
    "branch": "master"
  },
  "nyc": {
    "include": [
      "build/src"
    ]
  },
  "resolutions": {
    "**/typescript": "3.6.3"
  }
}
