{
  "name": "tiny-shelf",
  "version": "1.0.7",
  "description": "tiny-shelf is a lightweight and easy-to-use browser storage manager. It provides a unified API for localStorage and sessionStorage, supports automatic expiration (expires)",
  "keywords": [
    "storage",
    "store",
    "localStorage",
    "sessionStorage",
    "tiny",
    "lightweight",
    "cache",
    "expiration",
    "javascript",
    "browser"
  ],
  "homepage": "https://github.com/helen25sur/tiny-shelf#readme",
  "bugs": {
    "url": "https://github.com/helen25sur/tiny-shelf/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/helen25sur/tiny-shelf.git"
  },
  "license": "MIT",
  "author": "Olena Surilova",
  "type": "module",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "tiny-shelf": "file:"
  }
}
