{
  "name": "@tauri-store/shared",
  "version": "0.10.6",
  "description": "Utilities for Tauri Store",
  "type": "module",
  "private": false,
  "homepage": "https://tb.dev.br/tauri-store",
  "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"
  ],
  "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",
    "es-toolkit": "^1.49.0"
  },
  "scripts": {
    "build": "vite build",
    "type-check": "tsc --noEmit",
    "typedoc": "typedoc --plugin typedoc-plugin-mdn-links"
  }
}