{
  "name": "pinia-shared-state",
  "version": "2.0.1",
  "license": "MIT",
  "author": {
    "name": "Robert Soriano",
    "email": "sorianorobertc@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wobsoriano/pinia-shared-state.git"
  },
  "funding": "https://github.com/sponsors/wobsoriano",
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "broadcast-channel": "^7.3.0"
  },
  "devDependencies": {
    "@changesets/cli": "^2.30.0",
    "pinia": "^3.0.4",
    "typescript": "^6.0.2",
    "vite-plus": "latest",
    "vitest": "npm:@voidzero-dev/vite-plus-test@latest",
    "vue": "^3.5.30"
  },
  "peerDependencies": {
    "pinia": "^3.0.0"
  },
  "scripts": {
    "build": "vp pack",
    "release": "changeset publish",
    "test": "vp test run",
    "lint": "vp lint .",
    "lint:fix": "vp lint . --fix",
    "fmt": "vp fmt"
  }
}