{
  "name": "@piotr-cz/redux-persist-idb-storage",
  "version": "1.1.3",
  "description": "Redux Persist adapter for IndexedDB storage",
  "source": "src/index.ts",
  "main": "dist/redux-persist-idb-storage.js",
  "module": "dist/redux-persist-idb-storage.es.js",
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/piotr-cz/redux-persist-idb-storage.git"
  },
  "author": "Piotr Konieczny <hello@piotr.cz> (https://www.piotr.cz)",
  "license": "MIT",
  "homepage": "https://github.com/piotr-cz/redux-persist-idb-storage",
  "keywords": [
    "redux",
    "redux-persist",
    "IndexedDB",
    "idb"
  ],
  "scripts": {
    "build": "microbundle --format es,cjs --target web --compress false",
    "npmpublish": "npm publish --access public",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "idb": "^3.0.0"
  },
  "devDependencies": {
    "microbundle": "^0.14.2"
  },
  "peerDependencies": {
    "redux-persist": ">=3.5.0"
  }
}
