{
  "name": "create-vite-lib",
  "version": "0.9.0",
  "description": "create lib with vite",
  "type": "module",
  "bin": {
    "create-vite-lib": "./index.js"
  },
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smmoosavi/create-vite-lib.git"
  },
  "keywords": [
    "vite",
    "lib"
  ],
  "author": "smmoosavi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/smmoosavi/create-vite-lib/issues"
  },
  "homepage": "https://github.com/smmoosavi/create-vite-lib#readme",
  "dependencies": {
    "change-case": "^5.4.4",
    "minimist": "^1.2.8",
    "plop": "^4.0.1"
  },
  "scripts": {
    "start": "plop"
  }
}