{ "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", "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": "ISC", "bugs": { "url": "https://github.com/penfeizhou/doric/issues" }, "homepage": "https://github.com/penfeizhou/doric#readme", "dependencies": { "@types/glob": "^7.1.3", "@types/node": "^14.14.25", "child_process": "^1.0.2", "chokidar": "^3.4.1", "colors": "^1.4.0", "commander": "^6.0.0", "glob": "^7.1.6", "keypress": "^0.2.1", "qrcode-terminal": "^0.12.0", "rollup": "^2.23.0", "shelljs": "^0.8.4", "source-map-merger": "^0.2.0", "typescript": "^3.9.7", "ws": "^7.4.3" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "devDependencies": { "@types/ws": "^7.4.0" } }