rename dir
This commit is contained in:
34
doric-cli/package.json
Normal file
34
doric-cli/package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "doric-cli",
|
||||
"version": "0.1.1",
|
||||
"description": "Doric command line tools",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"doric": "index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"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.3.1",
|
||||
"commander": "^4.0.1",
|
||||
"keypress": "^0.2.1",
|
||||
"nodejs-websocket": "^1.7.2",
|
||||
"qrcode-terminal": "^0.12.0",
|
||||
"rollup": "^1.27.13",
|
||||
"shelljs": "^0.8.3",
|
||||
"source-map-merger": "^0.2.0",
|
||||
"typescript": "^3.7.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user