{
  "name": "vite-app-pro",
  "version": "1.4.6",
  "description": "create vite vue3/vue2 typeScript jsx pinia ssr ssg pwa spa project in few seconds",
  "type": "commonjs",
  "main": "lib/index.js",
  "bin": {
    "vite-app-pro": "bin/vite-app-pro.js"
  },
  "scripts": {
    "build": "rollup -c",
    "pub": "cd dist && npm publish && cd ..",
    "build:publish": "npm run build && npm run pub",
    "answer": "node bin/vite-app-pro-esm.js create helloWorld --answers framework=vue3 terminal=web",
    "lint:eslint": "eslint --cache --max-warnings 0 \"src/**/*.{vue,js,ts,tsx}\" --fix",
    "lint:prettier": "eslint . --fix",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/deep-fish-pixel/create-vite-app"
  },
  "author": "",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "assign-deep-all": "^1.1.8",
    "commander": "^10.0.0",
    "execa": "^5.1.1",
    "fs-extra": "^11.1.0",
    "inquirer": "^8.2.5",
    "ora": "^5.4.1",
    "recursive-readdir": "^2.2.3",
    "rollup": "^4.28.1",
    "sort-package-json": "^1.57.0"
  },
  "devDependencies": {
    "eslint-config-vite-app-vue": "^1.0.1",
    "rollup-plugin-copy": "^3.4.0",
    "vue-tsc": "^2.1.10"
  },
  "keywords": [
    "vue3",
    "vue2",
    "spa",
    "qiankun",
    "create vue app",
    "vite create app",
    "vue router",
    "i18n",
    "pwa",
    "ssr",
    "ssg",
    "javascript",
    "typescript"
  ]
}
