{
  "name": "@myparcel-vfb/core",
  "version": "1.0.0-alpha.1",
  "repository": "github:myparcelnl/vue-form-builder",
  "license": "MIT",
  "type": "module",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "run ws:vite:build \"$(pwd)\"",
    "build:dev": "run ws:vite:build:dev \"$(pwd)\"",
    "buildOnly": "run ws:vite:buildOnly \"$(pwd)\"",
    "clean": "rimraf dist",
    "serve": "run ws:vite:serve \"$(pwd)\"",
    "typecheck": "run ws:vite:typecheck \"$(pwd)\"",
    "watch": "run ws:vite:watch \"$(pwd)\""
  },
  "dependencies": {
    "@myparcel-vfb/build-vite": "^1.0.0-alpha.7",
    "@myparcel-vfb/hook-manager": "^1.0.0-alpha.8",
    "@myparcel-vfb/utils": "^1.0.0-alpha.8",
    "@myparcel/ts-utils": "^1.1.0"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^4.0.0",
    "typescript": "^4.9.4",
    "vite": "^4.0.2",
    "vite-plugin-dts": "^1.7.1",
    "vue": "^3.2.45",
    "vue-tsc": "^1.0.10"
  },
  "publishConfig": {
    "access": "public"
  }
}