{
  "name": "@storyblok/nuxt",
  "type": "module",
  "version": "11.0.0",
  "description": "Storyblok Nuxt module",
  "homepage": "https://github.com/storyblok/monoblok/tree/main/packages/nuxt#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/storyblok/monoblok.git",
    "directory": "packages/nuxt"
  },
  "bugs": {
    "url": "https://github.com/storyblok/monoblok/issues"
  },
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    },
    "./server": {
      "types": "./dist/runtime/server/index.d.ts",
      "import": "./dist/runtime/server/index.js"
    }
  },
  "main": "./dist/module.mjs",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "nuxt": "^3.15.0 || ^4.0.0"
  },
  "dependencies": {
    "@storyblok/vue": "11.0.0"
  },
  "devDependencies": {
    "@cypress/vite-dev-server": "^6.0.3",
    "@nuxt/eslint": "^1.2.0",
    "@nuxt/eslint-config": "^1.2.0",
    "@nuxt/kit": "^4.2.2",
    "@nuxt/module-builder": "^1.0.0",
    "@nuxt/schema": "^4.2.2",
    "@nuxt/test-utils": "^3.23.0",
    "@types/node": "^24.11.0",
    "cypress": "^14.3.3",
    "eslint": "^9.26.0",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-cypress": "^4.3.0",
    "eslint-plugin-vue": "^9.32.0",
    "nuxt": "^4.2.2",
    "prettier": "^3.4.2",
    "start-server-and-test": "^2.0.11",
    "@storyblok/eslint-config": "0.5.1"
  },
  "release": {
    "branches": [
      "main",
      {
        "name": "next",
        "prerelease": true
      }
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "nx": {
    "implicitDependencies": [
      "!@storyblok/playground-*"
    ]
  },
  "scripts": {
    "build": "nuxt-module-build prepare && nuxt-module-build build",
    "test:types": "tsc --noEmit --skipLibCheck",
    "dev": "nuxi dev playground --port 3000",
    "dev:build": "nuxi build playground",
    "dev:preview": "nuxi preview playground --port 3100",
    "dev:e2e": "nuxi dev playground --port 3100",
    "prepare:playground": "nuxi prepare playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxi prepare playground",
    "cy:open": "cypress open",
    "cy:run": "cypress run",
    "test:e2e": "start-server-and-test dev:e2e http://localhost:3100 cy:run",
    "test:e2e-watch": "start-server-and-test dev:e2e http://localhost:3100 cy:open",
    "pretest:e2e-static": "nuxi generate playground",
    "test:e2e-static": "start-server-and-test dev:preview http://localhost:3100 cy:run",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "pnpm run test:e2e"
  }
}