{
  "name": "@khoeckman/storagemanager",
  "version": "4.1.5",
  "description": "A lightweight wrapper for Storage-like interfaces with efficient caching, out-of-the-box encryption and JSON support.",
  "license": "MIT",
  "author": "Khoeckman",
  "type": "module",
  "main": "dist/index.umd.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.umd.js"
    }
  },
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "test": "exit 0",
    "build": "rollup -c rollup.config.js",
    "prepack": "npm run build"
  },
  "devDependencies": {
    "@rollup/plugin-replace": "^6.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/node": "^24.10.4",
    "prettier": "^3.7.4",
    "rollup": "^4.54.0",
    "rollup-plugin-delete": "^3.0.2",
    "rollup-plugin-prettier": "^4.1.2",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/Khoeckman/StorageManager#readme",
  "bugs": {
    "url": "https://github.com/Khoeckman/StorageManager/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Khoeckman/StorageManager.git"
  },
  "keywords": [
    "localStorage",
    "sessionStorage",
    "storage",
    "utility",
    "javascript",
    "js",
    "typescript",
    "ts",
    "ecmascript",
    "es",
    "umd",
    "browser",
    "client",
    "module",
    "commonjs"
  ],
  "dependencies": {
    "pnpm": "^10.27.0"
  }
}
