{
  "name": "happywork-node-builder",
  "version": "1.0.55",
  "description": "",
  "typings": "config/build.config.ts",
  "bin": {
    "happywork-node-builder": "./bin/index.js"
  },
  "scripts": {
    "build": "rollup --config rollup.config.js"
  },
  "files": [
    "bin",
    "config"
  ],
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/lodash-es": "^4.17.1",
    "chalk": "^2.4.1",
    "commander": "^2.19.0",
    "lodash-es": "^4.17.11",
    "rimraf": "^2.6.2",
    "rollup-plugin-replace": "^2.1.0",
    "typedoc-format": "^1.0.30"
  },
  "dependencies": {
    "@babel/core": "^7.1.2",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.1.0",
    "@babel/preset-env": "^7.1.0",
    "coveralls": "^3.0.2",
    "mocha": "^5.2.0",
    "nyc": "^13.1.0",
    "rollup": "^0.66.6",
    "rollup-plugin-babel": "^4.0.3",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-json": "^3.1.0",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-terser": "^3.0.0",
    "rollup-plugin-typescript": "^1.0.0",
    "ts-node": "^7.0.1",
    "tslib": "^1.9.3",
    "typedoc": "^0.13.0",
    "typescript": "^3.1.3"
  }
}
