{
  "name": "better-localstorage",
  "version": "1.0.7",
  "description": "Asynchronous key-value pair local storage with indexed-db.",
  "main": "localstorage.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dreamsavior/Better-localStorage.git"
  },
  "keywords": [
    "localStorage",
    "indexedDB",
    "event",
    "db",
    "browser",
    "local",
    "database",
    "storage",
    "asynchronous",
    "frontend",
    "cache",
    "config",
    "configuration",
    "scoped"
  ],
  "author": "dreamsavior@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dreamsavior/Better-localStorage/issues"
  },
  "homepage": "https://github.com/dreamsavior/Better-localStorage#readme",
  "types": "./index.d.ts"
}
