{
  "name": "dcf",
  "version": "0.2.9",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": "git@github.com:tdzl2003/dcf.git",
  "license": "MIT",
  "bin": {
    "dcf-shell": "lib/cli/index.js"
  },
  "scripts": {
    "start": "cross-env NODE_NO_WARNINGS=1 DCF_PROGRESS=0 DEBUG=\"dcf:master,dcf:worker:*\" ts-node src/cli/index.ts",
    "ts-node": "cross-env NODE_NO_WARNINGS=1 DEBUG=\"dcf:master,dcf:worker:*\" ts-node",
    "build": "tsc",
    "prepare": "npm run build"
  },
  "devDependencies": {
    "ts-node": "^7.0.1",
    "tslint": "^5.10.0",
    "typescript": "^2.9.2"
  },
  "dependencies": {
    "@dcfjs/objpack": "^1.0.1",
    "@types/node": "^10.7.0",
    "@types/progress": "^2.0.1",
    "cross-env": "^5.2.0",
    "debug": "^3.1.0",
    "fs-promise": "^2.0.3",
    "progress": "^2.0.0",
    "supports-color": "^5.5.0",
    "tslib": "^1.9.3",
    "xxhash-addon": "^2.0.3"
  }
}
