{
  "name": "pinia-persist",
  "version": "0.1.0",
  "engines": {
    "node": "^12.13.0 || ^14.15.0"
  },
  "description": "Persist and rehydrate your Pinia state between page reloads",
  "main": "dist/index.cjs.prod.js",
  "module": "dist/index.es.prod.js",
  "unpkg": "dist/index.iife.prod.js",
  "jsdelivr": "dist/index.iife.prod.js",
  "types": "dist/index.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iendeavor/pinia-persist.git"
  },
  "bugs": {
    "url": "https://github.com/iendeavor/pinia-persist/issues"
  },
  "homepage": "https://github.com/iendeavor/pinia-persist#readme",
  "author": "Ernest <iendeavor.github.io@gmail.com>",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "keywords": [
    "vue",
    "pinia",
    "plugin",
    "persist",
    "rehydrate"
  ],
  "scripts": {
    "_postinstall": "husky install",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable"
  },
  "dependencies": {
    "shvl": "^2.0.3",
    "vue-demi": "latest"
  },
  "peerDependencies": {
    "@vue/composition-api": "^1.1.5",
    "pinia": "^2.0.6",
    "vue": "^2.0.0 || ^3.2"
  },
  "peerDependenciesMeta": {
    "@vue/composition-api": {
      "optional": true
    }
  },
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.4",
    "@commitlint/cli": "^13.1.0",
    "@commitlint/config-conventional": "^13.1.0",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@types/jest": "^27",
    "@types/node": "^16.7.5",
    "@vue/test-utils": "^2.0.0-rc.17",
    "change-case": "^4.1.2",
    "husky": "^7.0.2",
    "jest": "^27",
    "pinia": "^2.0.6",
    "pinst": "^2.1.6",
    "prettier": "^2.3.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.56.3",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "standard-version": "^9.3.1",
    "ts-jest": "^27",
    "typescript": "^4.5.2",
    "vue": "^3.2"
  }
}
