{
  "name": "vite-plugin-vue-setup-extend-plus",
  "version": "0.1.0",
  "description": "Extending the vue script setup syntactic sugar, by vite-plugin-vue-setup-extend",
  "main": "dist/index.js",
  "scripts": {
    "dev": "tsc -p . -w --incremental --skipLibCheck",
    "build": "rm -rf dist && tsc -p . --skipLibCheck"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/chenxch/vite-plugin-vue-setup-extend-plus.git"
  },
  "author": "chenxch",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chenxch/vite-plugin-vue-setup-extend-plus/issues"
  },
  "homepage": "https://github.com/chenxch/vite-plugin-vue-setup-extend-plus",
  "devDependencies": {
    "@types/node": "^16.0.0",
    "@vue/compiler-sfc": "^3.2.31",
    "magic-string": "^0.26.1",
    "vite": "^2.4.0"
  },
  "keywords": [
    "vite",
    "vite plugin",
    "vite-plugin-vue-setup-extend",
    "vue",
    "setup",
    "name",
    "inheritAttrs"
  ]
}
