{
  "name": "vorm-nuxt",
  "type": "module",
  "version": "1.2.1",
  "description": "Nuxt module for vorm - A Vue.js form library with automatic validation",
  "license": "MIT",
  "repository": "Flo0806/vorm",
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.mjs",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@nuxt/kit": "^4.1.2",
    "vorm-vue": "^1.2.0"
  },
  "peerDependencies": {
    "vorm-vue": "^1.2.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^5.4.1",
    "@eslint/js": "^9.38.0",
    "@nuxt/devtools": "^2.6.5",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/schema": "^4.1.2",
    "@nuxt/test-utils": "^3.19.2",
    "@types/node": "latest",
    "changelogen": "^0.6.2",
    "eslint": "9.15.0",
    "eslint-plugin-format": "^1.0.2",
    "nuxt": "^4.1.2",
    "typescript": "~5.9.2",
    "typescript-eslint": "^8.46.1",
    "vitest": "^3.2.4",
    "vue-tsc": "^3.1.0",
    "vorm-vue": "1.2.0"
  },
  "scripts": {
    "dev": "npm run dev:prepare && nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
  }
}