{
  "name": "@myparcel-vfb/build-vite",
  "version": "1.0.0-alpha.1",
  "license": "MIT",
  "type": "module",
  "main": "./lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "run workspace:tsup:build \"$(pwd)\"",
    "build:dev": "run workspace:tsup:build:dev \"$(pwd)\"",
    "buildOnly": "run workspace:tsup:buildOnly \"$(pwd)\"",
    "clean": "run workspace:clean \"$(pwd)\"",
    "typecheck": "run workspace:tsup:typecheck \"$(pwd)\"",
    "watch": "run workspace:tsup:watch \"$(pwd)\""
  },
  "dependencies": {
    "@vitejs/plugin-vue": "^3.1.2",
    "vite-plugin-dts": "^1.6.6"
  },
  "devDependencies": {
    "@myparcel-vfb/build-tsup": "1.0.0-alpha.1",
    "typescript": "^4.8.4",
    "vite": "^3.2.2",
    "vue": "^3.2.41",
    "vue-tsc": "^1.0.9"
  },
  "publishConfig": {
    "access": "public"
  },
  "tsup": {}
}