{
  "name": "vorm-vue",
  "version": "1.2.5",
  "type": "module",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/Flo0806/vorm#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Flo0806/vorm.git"
  },
  "bugs": {
    "url": "https://github.com/Flo0806/vorm/issues"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts",
      "style": "./dist/vorm-vue.css"
    },
    "./components": {
      "import": "./dist/components.mjs",
      "types": "./dist/components.d.ts"
    },
    "./vorm-vue.css": {
      "default": "./dist/vorm-vue.css"
    }
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.6.3",
    "@types/jsdom": "^21.1.7",
    "@types/node": "^22.15.18",
    "@types/testing-library__jest-dom": "^6.0.0",
    "@vitejs/plugin-vue": "^5.2.4",
    "@vitest/coverage-v8": "^3.1.4",
    "@vitest/ui": "^3.1.4",
    "@vue/test-utils": "^2.4.6",
    "jsdom": "^26.1.0",
    "typescript": "^5.8.3",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^3.1.4",
    "vue": "^3.5.14",
    "vue-tsc": "^2.2.10"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "test": "vitest",
    "test:cov": "vitest run --coverage",
    "test:ui": "vitest --ui"
  }
}