{
  "name": "doric-cli",
  "version": "0.6.13",
  "description": "Doric command line tools",
  "main": "dist/index.js",
  "bin": {
    "doric": "dist/index.js"
  },
  "scripts": {
    "start": "tsc && node dist/index.js",
    "clean": "rm -rf dist",
    "clean-win32": "del dist",
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "npm run clean && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/penfeizhou/doric.git"
  },
  "author": "pengfei.zhou",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/penfeizhou/doric/issues"
  },
  "homepage": "https://github.com/penfeizhou/doric#readme",
  "dependencies": {
    "child_process": "^1.0.2",
    "chokidar": "^3.4.1",
    "colors": "1.4.0",
    "commander": "^6.0.0",
    "glob": "^7.1.6",
    "inquirer": "^8.0.0",
    "keypress": "^0.2.1",
    "qrcode-terminal": "^0.12.0",
    "rollup": "^2.40.0",
    "shelljs": "^0.8.4",
    "source-map-merger": "^0.2.0",
    "ws": "^7.4.3",
    "xml-js": "^1.6.11"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "devDependencies": {
    "typescript": "^4.2.2",
    "@types/glob": "^7.1.3",
    "@types/inquirer": "^7.3.1",
    "@types/node": "^14.14.25",
    "@types/ws": "^7.4.0"
  }
}