This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/doric-cli/package.json
2021-03-02 18:20:41 +08:00

52 lines
1.3 KiB
JSON

{
"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": {
"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.24.0",
"shelljs": "^0.8.4",
"source-map-merger": "^0.2.0",
"typescript": "^4.2.2",
"ws": "^7.4.3",
"xml-js": "^1.6.11"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/inquirer": "^7.3.1",
"@types/node": "^14.14.25",
"@types/ws": "^7.4.0"
}
}