{
  "name": "nuxt-contentstack",
  "version": "0.1.17",
  "description": "Contentstack integration for Nuxt 4 (Nuxt 3.20.1+ also supported)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timbenniks/nuxt-contentstack.git"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.mjs",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepack": "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",
    "release": "npm run test && npm run lint && npm run prepack && changelogen --release && npm publish --access=public && git push --follow-tags",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
  },
  "peerDependencies": {
    "@nuxt/image": "^2.0.0"
  },
  "peerDependenciesMeta": {
    "@nuxt/image": {
      "optional": true
    }
  },
  "dependencies": {
    "@contentstack/delivery-sdk": "^5.1.2",
    "@contentstack/live-preview-utils": "^4.4.0",
    "@contentstack/personalize-edge-sdk": "^1.0.21",
    "@nuxt/kit": "^4.4.2",
    "@timbenniks/contentstack-endpoints": "^3.0.2",
    "chalk": "^5.6.2",
    "defu": "^6.1.7"
  },
  "devDependencies": {
    "@nuxt/devtools": "^3.2.4",
    "@nuxt/eslint-config": "^1.15.2",
    "@nuxt/image": "^2.0.0",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/schema": "^4.4.2",
    "@nuxt/test-utils": "^4.0.0",
    "@types/node": "^25.5.2",
    "changelogen": "^0.6.2",
    "eslint": "^10.2.0",
    "nuxt": "^4.4.2",
    "typescript": "~5.9.3",
    "vitest": "4.1.3",
    "vue-tsc": "^3.2.6"
  }
}
