{
  "name": "@tauri-store/pinia",
  "version": "5.0.2",
  "description": "Persistent Pinia stores for Tauri",
  "type": "module",
  "private": false,
  "homepage": "https://tb.dev.br/tauri-store/plugin-pinia/guide/getting-started",
  "license": "MIT",
  "funding": "https://github.com/sponsors/ferreira-tb",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ferreira-tb/tauri-store.git"
  },
  "bugs": {
    "url": "https://github.com/ferreira-tb/tauri-store/issues"
  },
  "contributors": [
    {
      "name": "Andrew Ferreira",
      "email": "andrew.shien2@gmail.com",
      "url": "https://tb.dev.br/"
    }
  ],
  "keywords": [
    "tauri",
    "plugin",
    "store",
    "pinia",
    "vue",
    "nuxt"
  ],
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./*": "./*"
  },
  "dependencies": {
    "@tauri-apps/api": "^2.11.1",
    "pinia": "^4.0.2",
    "vue": "^3.5.40",
    "@tauri-store/shared": "0.10.6"
  },
  "scripts": {
    "build": "vite build",
    "type-check": "tsc --noEmit",
    "typedoc": "typedoc --plugin typedoc-plugin-mdn-links"
  }
}