{
  "name": "hyperstorage-js",
  "version": "6.0.8",
  "description": "A lightweight wrapper for localStorage/sessionStorage with efficient caching and type-preserving serialization.",
  "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": [
    "src/",
    "dist/"
  ],
  "scripts": {
    "test": "exit 0",
    "build": "rollup -c rollup.config.js",
    "prepack": "npm run build"
  },
  "dependencies": {
    "superjson": "^2.2.6"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.2",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-replace": "^6.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.3.0",
    "prettier": "^3.8.1",
    "rollup": "^4.59.0",
    "rollup-plugin-delete": "^3.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/Khoeckman/HyperStorage#readme",
  "bugs": {
    "url": "https://github.com/Khoeckman/HyperStorage/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Khoeckman/HyperStorage.git"
  },
  "keywords": [
    "localStorage",
    "sessionStorage",
    "storage",
    "utility",
    "javascript",
    "js",
    "typescript",
    "ts",
    "ecmascript",
    "es",
    "umd",
    "browser",
    "client",
    "module",
    "commonjs"
  ]
}
