{
  "name": "pinia-plugin-persistedstate-async",
  "version": "1.6.3",
  "description": "Configurable persistence and rehydration of Pinia stores.",
  "keywords": [
    "pinia",
    "pinia-plugin"
  ],
  "repository": "https://github.com/jopicornell/pinia-plugin-persistedstate.git",
  "license": "MIT",
  "author": "Sacha 'PraZ' Bouillez",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rimraf dist && tsup",
    "coverage": "vue-demi-switch 3 && vitest --run --coverage",
    "lint": "eslint --ext .ts .",
    "lint:fix": "eslint --ext .ts --fix .",
    "prepare": "husky install",
    "release": "bumpp  -t -p -c \":bookmark: release v\"",
    "test:ui": "vue-demi-switch 3 && vitest --ui",
    "test:watch": "vue-demi-switch 3 && vitest --watch",
    "test:2": "vue-demi-switch 2.7 vue2 && vitest --run --silent tests/plugin",
    "test:3": "vue-demi-switch 3 && vitest --run",
    "test": "pnpm run test:2 && pnpm run test:3"
  },
  "peerDependencies": {
    "pinia": "^2.0.0"
  },
  "devDependencies": {
    "@prazdevs/eslint-config-typescript": "^3.2.1",
    "@vitest/ui": "^0.18.0",
    "bumpp": "^8.2.1",
    "c8": "^7.11.3",
    "eslint": "8.19.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "happy-dom": "^6.0.3",
    "husky": "^8.0.1",
    "lint-staged": "^13.0.3",
    "pinia": "^2.0.16",
    "prettier": "^2.7.1",
    "rimraf": "^3.0.2",
    "tsup": "^6.1.3",
    "typescript": "^4.7.4",
    "vite": "^3.0.0",
    "vitest": "^0.18.0",
    "vue": "^3.2.37",
    "vue-demi": "^0.13.4",
    "vue2": "npm:vue@^2.7.5"
  },
  "lint-staged": {
    "*.ts": "eslint --ext .ts --fix"
  },
  "volta": {
    "node": "18.1.0"
  },
  "pnpm": {
    "peerDependencyRules": {
      "allowedVersions": {
        "vue": "3"
      }
    }
  }
}
