{
  "name": "@bonbons/core",
  "version": "1.3.13",
  "description": "@bonbons/core",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc -project tsconfig.build.json",
    "build:package": "webpack --config webpack.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ws-Bonbons/core.git"
  },
  "author": "bes",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ws-Bonbons/core/issues"
  },
  "homepage": "https://github.com/ws-Bonbons/core#readme",
  "dependencies": {
    "@bonbons/contracts": "^1.3.4",
    "@types/camelcase": "4.1.0",
    "@types/decamelize": "1.2.0",
    "@types/koa": "2.0.46",
    "@types/koa-bodyparser": "4.2.0",
    "@types/koa-router": "7.0.28",
    "@types/lodash": "4.14.118",
    "@types/node": "10.3.2",
    "@types/uuid": "3.4.4",
    "camelcase": "5.0.0",
    "cerialize": "0.1.18",
    "decamelize": "2.0.0",
    "ejs": "^2.6.1",
    "iconv-lite": "0.4.23",
    "lodash": "4.17.11",
    "reflect-metadata": "0.1.12",
    "uuid": "^3.3.2"
  },
  "devDependencies": {
    "copy-webpack-plugin": "4.5.2",
    "ts-loader": "4.4.1",
    "tslint": "5.10.0",
    "typescript": "3.1.6",
    "webpack": "4.16.0",
    "webpack-cli": "3.0.3"
  }
}