UNPKG

app-lib-commond

Version:

便捷命令管理 -【app-lib-commond】

71 lines 2.59 kB
{ "name": "app-lib-commond", "version": "1.0.25", "description": "便捷命令管理 -【app-lib-commond】", "main": "publish/umd/index.js", "scripts": { "dev": "appbir run server-bin", "start": "appbir run server-bin", "build": "appbir run build-bin", "pub": "appbir run pub-bin", "git": "appbir run git-submit", "doc": "appbir run doc-nov", "example": "appbir run exp_es", "example-node": "appbir run exp_node", "e0": "app", "e01": "cross-env MODE=DEVELOP app --version", "e1": "cross-env MODE=DEVELOP app --help --debug", "e2": "cross-env MODE=DEVELOP app --help --debug", "ls": "cross-env MODE=DEVELOP app ls", "e21": "cross-env MODE=DEVELOP app add", "e22": "cross-env MODE=DEVELOP app add appbir_name test_test", "e23": "cross-env MODE=DEVELOP app add sub appbir git submit --message %@arg1%", "e31": "cross-env MODE=DEVELOP app add appbir_name --debug", "e32": "cross-env MODE=DEVELOP app add appbir_name asda1 ", "e41": "cross-env MODE=DEVELOP app add sub appbir git submit --message %@arg1%", "e42": "cross-env MODE=DEVELOP app sub2", "e43": "cross-env MODE=DEVELOP app add pub appbir run pub-es --message %@arg1%", "e44": "cross-env MODE=DEVELOP app add pub-bin appbir run pub-bin --message %@arg1%", "e45": "cross-env MODE=DEVELOP app add pub-node appbir run pub-node --message %@arg1%", "e46": "cross-env MODE=DEVELOP app add unpub npm unpublish %arg1% --force", "e47": "cross-env MODE=DEVELOP app del unpub", "e48": "cross-env MODE=DEVELOP app unpub appbbir-server", "e51": "cross-env MODE=DEVELOP app del appbir_name", "e61": "app sub 测试 git 提交", "e62": "app pub-bin 发布 bin", "e33": "cross-env MODE=DEVELOP app ** aas ", "test": "echo \"Error: no test specified\" && exit 1", "bin": "cross-env MODE=DEVELOP app-lib-commond" }, "author": "appbir", "license": "ISC", "bin": "./bin/bin.js", "dependencies": { "app-lib-exec": "latest", "app-lib-global": "latest", "app-lib-log": "latest", "app-lib-node": "latest", "app-lib-commander": "latest" }, "devDependencies": { "cross-env": "^7.0.3" }, "files": [ "publish/umd", "src", "bin" ], "keywords": [ "app", "umd", "appbir" ], "repository": { "type": "git", "url": "git+https://github.com/appbir/app.git" }, "bugs": { "url": "https://github.com/appbir/app/issues" }, "home": "https://github.com/appbir/app#readme" }