{
  "name": "appbir",
  "version": "1.0.3",
  "description": "常用脚手架库 -【app-lib-cli】",
  "bin": "./bin/bin.js",
  "main": "publish/umd/index.js",
  "scripts": {
    "a": "cross-env  MODE=DEVELOP appbir",
    "a0": "cross-env MODE=DEVELOP appbir --help --debug",
    "a1": "cross-env MODE=DEVELOP appbir -v",
    "a2": "cross-env MODE=DEVELOP appbir --debug",
    "d1": "cross-env MODE=DEVELOP appbir",
    "d2": "cross-env MODE=DEV appbir",
    "d3": "cross-env M=DEV appbir",
    "d4": "cross-env M=DEVELOP appbir",
    "g0": "cross-env MODE=DEVELOP appbir git --help",
    "g1": "cross-env MODE=DEVELOP appbir git --help --debug",
    "g2": "cross-env MODE=DEVELOP appbir git submit  -msg '开发提交' --debug ",
    "g3": "cross-env MODE=DEVELOP appbir git submit --debug ",
    "g4": "cross-env MODE=DEVELOP appbir git submits  -msg '三次嵌套提交' --debug ",
    "g5": "cross-env MODE=DEVELOP appbir git submits  --debug ",
    "g6": "cross-env MODE=DEVELOP appbir git deletes  --debug ",
    "g7": "cross-env MODE=DEVELOP appbir git deletes  -msg 'aaaa' --debug ",
    "g8": "cross-env MODE=DEVELOP appbir git adds  --debug ",
    "g10": "cross-env MODE=DEVELOP appbir git branchs --debug ",
    "doc0": "cross-env MODE=DEVELOP appbir doc --help --debug",
    "doc1": "cross-env MODE=DEVELOP appbir doc --debug",
    "doc2": "cross-env MODE=DEVELOP appbir doc es -p --debug",
    "doc3": "cross-env MODE=DEVELOP appbir doc es -r  -f -p --debug",
    "doc4": "cross-env MODE=DEVELOP appbir doc es -r -e -f -p --debug",
    "m0": "cross-env MODE=DEVELOP appbir md   --help --debug ",
    "m1": "cross-env MODE=DEVELOP appbir md  appendApi  --debug",
    "m2": "cross-env MODE=DEVELOP appbir md  appendChangeLog -msg 修改日志 --debug",
    "m3": "cross-env MODE=DEVELOP appbir md  autoPackage  --debug",
    "i0": "cross-env MODE=DEVELOP appbir init  --help --debug ",
    "i1": "cross-env MODE=DEVELOP appbir init  es umd  --debug ",
    "s0": "cross-env MODE=DEVELOP  appbir  server  --help  --debug",
    "s1": "cross-env MODE=DEVELOP appbir server  --debug ",
    "b0": "cross-env MODE=DEVELOP appbir build --help  --debug",
    "b1": "cross-env MODE=DEVELOP appbir build ",
    "b2": "cross-env MODE=DEVELOP appbir build es --min  --debug",
    "b3": "cross-env MODE=DEVELOP appbir build bin --min --bundle --debug",
    "b4": "cross-env MODE=DEVELOP appbir build node -t commonjs  --min --bundle --debug",
    "b5": "cross-env MODE=DEVELOP appbir build node --libraryTarget window  --min --bundle --debug",
    "b10": "cross-env MODE=DEVELOP appbir run build-node",
    "b11": "cross-env MODE=DEVELOP appbir run build-es",
    "b12": "cross-env MODE=DEVELOP appbir run build-bin",
    "bs0": "cross-env MODE=DEVELOP appbir build static --debug",
    "bs1": "cross-env MODE=DEVELOP appbir run build-static --debug",
    "r0": "cross-env MODE=DEVELOP appbir run --help",
    "r00": "cross-env MODE=DEVELOP appbir run ls",
    "r1": "cross-env MODE=DEVELOP appbir run pub --debug",
    "r2": "cross-env MODE=DEVELOP appbir run test2 --debug",
    "r3": "cross-env MODE=DEVELOP appbir run doc --debug",
    "r4": "cross-env MODE=DEVELOP appbir run doc-version --debug",
    "r5": "cross-env MODE=DEVELOP appbir run build-umd --debug",
    "r6": "cross-env MODE=DEVELOP appbir run md-package --debug",
    "r111": "cross-env APP-MODE=DEVELOP appbir run test ",
    "r222": "cross-env APP-MODE=DEVELOP appbir run test --help",
    "r333": "cross-env APP-MODE=DEVELOP appbir run test --debug",
    "t1": "cross-env APP-MODE=DEVELOP appbir run test ",
    "p0": "cross-env APP-MODE=DEVELOP appbir run pub --help",
    "p1": "cross-env APP-MODE=DEVELOP appbir run pub --debug --message 提交信息",
    "p2": "cross-env APP-MODE=DEVELOP appbir run dev --debug ",
    "tool0": "cross-env APP-MODE=DEVELOP appbir tool --help",
    "tool1": "cross-env APP-MODE=DEVELOP appbir tool ls",
    "tool1d": "cross-env APP-MODE=DEVELOP appbir tool ls --debug",
    "tool2": "cross-env APP-MODE=DEVELOP appbir tool ls iphone",
    "tool2d": "cross-env APP-MODE=DEVELOP appbir tool ls iphone  --debug",
    "tool3": "cross-env APP-MODE=DEVELOP appbir tool iphone",
    "tool4": "cross-env APP-MODE=DEVELOP appbir tool iphone --arg1 aaa12",
    "example": "cross-env APP-MODE=DEVELOP  appbir  server -p 8889 --model example --debug",
    "pub-inner": "cross-env APP-MODE=DEVELOP appbir run pub-bin --message 发布组件 --debug",
    "dev": "appbir run server-bin",
    "static": "cross-env APP-MODE=DEVELOP appbir run static",
    "start": "appbir run server-bin",
    "build": "appbir run build-bin",
    "bin": "appbir",
    "pub": "appbir run pub-bin",
    "git": "appbir run git-submit",
    "doc": "appbir run doc-nov",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "bin",
    "publish",
    "static/plugin",
    "publish/umd"
  ],
  "author": "appbir",
  "license": "ISC",
  "dependencies": {
    "app-lib-cli-plugin-build": "latest",
    "app-lib-cli-plugin-doc": "latest",
    "app-lib-cli-plugin-git": "latest",
    "app-lib-cli-plugin-init": "latest",
    "app-lib-cli-plugin-md": "latest",
    "app-lib-cli-plugin-plugin": "latest",
    "app-lib-cli-plugin-run": "latest",
    "app-lib-cli-plugin-server": "latest",
    "app-lib-commander": "latest",
    "app-lib-exec": "latest",
    "app-lib-global": "latest",
    "app-lib-log": "latest",
    "app-lib-nobuild": "latest",
    "app-lib-node": "latest",
    "app-lib-trans-storage": "latest",
    "copy-webpack-plugin": "9.1.0",
    "cross-env": "7.0.3",
    "html-webpack-plugin": "5.5.0",
    "update": "0.7.4",
    "webpack": "5.74.0",
    "webpack-cli": "3.3.12",
    "webpack-dev-server": "3.11.0",
    "webpack-node-externals": "3.0.0"
  },
  "keywords": [
    "appbir",
    "umd"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://git@gitee.com/appbir/appbir.git"
  },
  "bugs": {
    "url": "https://git@gitee.com/appbir/appbir/issues"
  },
  "home": "https://git@gitee.com/appbir/appbir#readme",
  "devDependencies": {}
}