{
  "name": "node-cmder",
  "version": "3.0.6",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "homepage": "https://github.com/xujif/node-cmder",
  "repository": {
    "type": "git",
    "url": "https://github.com/xujif/node-cmder.git"
  },
  "description": "Command line tools for Node.js & Typescript",
  "keywords": [
    "command",
    "command line",
    "console",
    "Typescript"
  ],
  "license": "MIT",
  "author": "i@xujif.com",
  "scripts": {
    "compile": "tsc",
    "tslint": "tslint --project .",
    "prepack": "rimraf dist && npm run tslint && npm run compile",
    "test": "mocha --require espower-typescript/guess test/**/*.ts"
  },
  "dependencies": {
    "colors": "^1.3.1",
    "debug": "^4.0.0"
  },
  "devDependencies": {
    "@types/colors": "^1.2.1",
    "@types/debug": "0.0.30",
    "@types/glob": "^7.1.1",
    "@types/mocha": "^2.2.48",
    "@types/node": "^8.6.0",
    "espower-typescript": "^9.0.1",
    "mocha": "^10.2.0",
    "power-assert": "^1.6.1",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^2.6.2",
    "source-map-support": "^0.5.9",
    "tslint": "^5.9.1",
    "tslint-config-prettier": "^1.8.0",
    "tslint-config-standard": "^8.0.0",
    "typescript": "*"
  }
}
