{
  "name": "@pinia/nuxt",
  "version": "0.11.3",
  "description": "Nuxt Module for pinia",
  "keywords": [
    "pinia",
    "nuxt",
    "vue",
    "vuex",
    "store"
  ],
  "homepage": "https://pinia.vuejs.org/ssr/nuxt.html",
  "bugs": {
    "url": "https://github.com/vuejs/pinia/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/pinia.git"
  },
  "funding": "https://github.com/sponsors/posva",
  "license": "MIT",
  "author": {
    "name": "Eduardo San Martin Morote",
    "email": "posva13@gmail.com"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./dist/module.mjs"
  },
  "main": "./dist/module.mjs",
  "types": "./dist/module.d.mts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@nuxt/kit": "^4.2.0"
  },
  "peerDependencies": {
    "pinia": "^3.0.4"
  },
  "devDependencies": {
    "@nuxt/module-builder": "1.0.2",
    "@nuxt/schema": "^4.2.0",
    "@nuxt/test-utils": "^3.20.1",
    "nuxt": "^4.2.0",
    "typescript": "^5.9.3",
    "vue-tsc": "^3.1.3",
    "pinia": "^3.0.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "pnpm run dev:prepare && nuxt-module-build build",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub . && nuxi prepare playground",
    "test:types": "pnpm dev:prepare && nuxi typecheck",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
  }
}