{
  "name": "@ederzeel/nuxt-schema-form-nightly",
  "version": "0.1.0-29463266.ca524b9",
  "description": "A runtime form generator for nuxt",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/module.d.mts",
      "import": "./dist/module.mjs",
      "style": "./dist/runtime/index.css"
    },
    "./utils/*": {
      "types": "./dist/runtime/utils/*.d.ts",
      "import": "./dist/runtime/utils/*.js"
    }
  },
  "main": "./dist/module.mjs",
  "types": "./dist/module.d.mts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LiamEderzeel/nuxt-schema-form.git"
  },
  "keywords": [
    "nuxt",
    "jsonSchema",
    "form"
  ],
  "author": "Liam Ederzeel",
  "funding": "https://github.com/sponsors/liamederzeel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LiamEderzeel/nuxt-schema-form/issues"
  },
  "homepage": "https://github.com/LiamEderzeel/nuxt-schema-form#readme",
  "devDependencies": {
    "@eslint/js": "^9.19.0",
    "@nuxt/eslint-config": "^1.0.0",
    "@nuxt/kit": "^4.1.2",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/ui": "^4.0.0",
    "@tanstack/vue-table": "^8.21.3",
    "@types/eslint": "^9.6.1",
    "eslint": "^9.22.0",
    "eslint-config-prettier": "^10.0.1",
    "globals": "^15.14.0",
    "jiti": "^2.4.2",
    "json-schema-library": "10.0.0",
    "magic-string": "^0.30.17",
    "mlly": "^1.7.4",
    "nuxt": "^4.0.0",
    "nuxt-component-meta": "^0.10.0",
    "ohash": "^2.0.11",
    "prettier": "^3.4.2",
    "reka-ui": "2.5.1",
    "tinyglobby": "^0.2.10",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.45.0",
    "unplugin": "^2.1.2",
    "unplugin-auto-import": "^19.0.0",
    "unplugin-vue-components": "^30.0.0",
    "vue-tsc": "^3.1.0",
    "yup": "^1.6.1"
  },
  "dependencies": {
    "@ederzeel/json-schema-yup-transformer": "0.1.0-alpha.15",
    "@internationalized/date": "^3.7.0",
    "pathe": "^2.0.2",
    "stringify-object": "^5.0.0"
  },
  "resolutions": {
    "@ederzeel/nuxt-schema-form": "workspace:*"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "nuxt-module-build prepare && nuxt-module-build build .",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "docs:dev": "nuxi dev docs",
    "test": "vitest test",
    "lint": "eslint .",
    "release": "bumpp --commit \"release: v%s\" --push --tag"
  }
}