{
  "name": "@storyblok/nuxt",
  "version": "5.5.1",
  "description": "Storyblok Nuxt module",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "files": [
    "dist"
  ],
  "repository": "https://github.com/storyblok/storyblok-nuxt",
  "scripts": {
    "test": "npm run test:unit && npm run test:e2e",
    "build": "nuxt-module-build && cp ../README.md ./",
    "test:unit": "jest __tests__",
    "cy:open": "cypress open",
    "cy:run": "cypress run",
    "playground:run": "cd ../playground && npm run start",
    "pretest:e2e": "cd ../playground && npm run build",
    "test:e2e": "start-server-and-test playground:run http://localhost:3000 cy:run",
    "test:e2e-watch": "start-server-and-test playground:run http://localhost:3000 cy:open"
  },
  "dependencies": {
    "@nuxt/kit": "^3.4.2",
    "@storyblok/vue": "^7.1.10"
  },
  "devDependencies": {
    "@babel/core": "^7.22.5",
    "@cypress/vite-dev-server": "^5.0.5",
    "@nuxt/module-builder": "latest",
    "babel-jest": "^29.4.3",
    "cypress": "^12.15.0",
    "eslint-plugin-cypress": "^2.13.3",
    "jest": "^29.4.3",
    "start-server-and-test": "^2.0.0",
    "vite": "^4.3.9"
  },
  "release": {
    "branches": [
      "main"
    ]
  },
  "contributors": [
    {
      "name": "Alexander Feiglstorfer <delooks@gmail.com>"
    }
  ],
  "publishConfig": {
    "access": "public"
  }
}
