{
  "name": "net-cli",
  "version": "0.1.2",
  "description": "Vue3 项目前端脚手架",
  "keywords": [
    "net-cli",
    "cli",
    "vue3",
    "press-ui",
    "press-plus",
    "light-cli"
  ],
  "homepage": "https://novlan1.github.io/plugin-light/zh/net-cli.html",
  "bugs": {
    "url": "https://github.com/novlan1/plugin-light/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/novlan1/plugin-light"
  },
  "license": "MIT",
  "author": "guowangyang",
  "main": "lib/index.js",
  "typings": "lib/src/index.d.ts",
  "bin": {
    "net-cli": "bin/index.js"
  },
  "files": [
    "lib/",
    "bin/"
  ],
  "dependencies": {
    "commander": "^7.1.0",
    "download-git-repo": "^3.0.2",
    "fs-extra": "^11.2.0",
    "log-symbols": "^4.0.0",
    "rimraf": "^5.0.10"
  },
  "devDependencies": {
    "microbundle": "^0.12.3"
  },
  "scripts": {
    "build": "rm -rf lib && rollup -c",
    "bump": "node ../../script/monorepo/version-simple $PWD",
    "bundle": "microbundle -f es,cjs,umd",
    "changelog": "node ../../script/monorepo/changelog $PWD",
    "release": "node ../../script/monorepo/release $PWD"
  }
}