{
  "name": "vue-presetup",
  "version": "0.0.6",
  "description": "presetup Vue component.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haiya6/vue-presetup.git"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haiya6/vue-presetup/issues"
  },
  "homepage": "https://github.com/haiya6/vue-presetup#readme",
  "devDependencies": {
    "@types/node": "^18.11.9",
    "tsup": "^6.5.0",
    "typescript": "^4.9.3",
    "vue": "^3.2.45"
  },
  "peerDependencies": {
    "vue": "^3"
  }
}
