{
  "name": "nuxt-crud-table",
  "version": "0.0.7",
  "description": "API-driven dynamic CRUD table and forms in Nuxt.js. Automatically reflects backend resource schemas to build instant admin data grids and forms.",
  "keywords": [
    "nuxt",
    "nuxt-module",
    "drizzle",
    "drizzle-orm",
    "zod",
    "crud",
    "auto-crud",
    "rest-api",
    "crud-ui",
    "auto-crud-ui",
    "crud-table",
    "data-table",
    "admin-panel"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Clifland/nuxt-crud-table.git"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.mjs",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "workspaces": [
    "playground"
  ],
  "scripts": {
    "prepack": "nuxt-module-build build",
    "dev": "npm run dev:prepare && nuxt dev playground",
    "dev:build": "nuxt build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt 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"
  },
  "dependencies": {
    "@nuxt/kit": "^4.4.8",
    "change-case": "^5.4.4",
    "jspdf": "^4.2.1",
    "jspdf-autotable": "^5.0.8",
    "pluralize": "^8.0.0",
    "xlsx": "^0.18.5",
    "zod": "^4.4.3"
  },
  "peerDependencies": {
    "@nuxt/ui": "^4.0.0",
    "nuxt": "^4.0.0"
  },
  "devDependencies": {
    "@iconify-json/heroicons": "^1.2.3",
    "@iconify-json/lucide": "^1.2.114",
    "@libsql/client": "^0.17.4",
    "@nuxt/devtools": "^3.2.4",
    "@nuxt/eslint-config": "^1.16.0",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/schema": "^4.4.8",
    "@nuxt/test-utils": "^4.0.3",
    "@nuxt/ui": "^4.9.0",
    "@nuxthub/core": "0.10.6",
    "@types/jspdf": "^2.0.0",
    "@types/node": "latest",
    "@types/pluralize": "^0.0.33",
    "@vue/test-utils": "^2.4.11",
    "@vueuse/integrations": "^14.3.0",
    "changelogen": "^0.6.2",
    "drizzle-kit": "^1.0.0-rc.4-ca0f029",
    "drizzle-orm": "^1.0.0-rc.4-5d5b77c",
    "eslint": "^10.6.0",
    "happy-dom": "^20.10.6",
    "nuxt": "^4.4.8",
    "nuxt-auto-crud": "^2.6.1",
    "playwright-core": "^1.61.1",
    "tailwindcss": "^4.3.1",
    "typescript": "~6.0.3",
    "vitest": "^4.1.9",
    "vue-tsc": "^3.3.5"
  },
  "overrides": {
    "h3": "1.15.11"
  },
  "resolutions": {
    "h3": "1.15.11"
  }
}
