{
  "name": "@lct/common",
  "version": "1.0.14",
  "description": "中后台基础类库",
  "main": "./index.js",
  "scripts": {
    "init": "npm install -g mocha",
    "test": "cd test & tsc & mocha ./index & cd ..",
    "doc": "jsdoc2md **/*.ts > api.md"
  },
  "types": "./index.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jiamao/lct-common.git"
  },
  "keywords": [
    "fmp"
  ],
  "author": "jiamao",
  "license": "MIT",
  "dependencies": {
    "@types/node": "^11.13.4"
  },
  "bugs": {
    "url": "https://github.com/jiamao/lct-common/issues"
  },
  "homepage": "https://github.com/jiamao/lct-common#readme",
  "devDependencies": {
    "@types/mocha": "^5.2.6",
    "@types/mysql": "^2.15.6",
    "@types/node": "^11.13.2",
    "egg-mysql": "^3.0.0",
    "mysql": "^2.17.1",
    "tslib": "^1.9.3"
  }
}
