UNPKG

react-smart-storage

Version:

A lightweight React library to simplify localStorage and sessionStorage operations using TypeScript.

51 lines 1.19 kB
{ "name": "react-smart-storage", "version": "1.3.0", "description": "A lightweight React library to simplify localStorage and sessionStorage operations using TypeScript.", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --dts --format esm,cjs" }, "keywords": [ "react", "react-smart-storage", "smart-storage", "smart-storage-with-encryption", "typescript", "localStorage", "sessionStorage", "storage", "react-library", "npm-package", "useStorage", "ttl-storage", "storage-management", "react-encryption", "auto-cleanup", "temporary-storage" ], "repository": { "type": "git", "url": "https://github.com/DeviPrasadKL/react-smart-storage.git" }, "author": "Deviprasad", "license": "MIT", "devDependencies": { "@types/crypto-js": "^4.2.2", "@types/react": "^19.1.2", "tsup": "^8.4.0", "typescript": "^5.8.3", "vite": "^6.3.2" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "dependencies": { "crypto-js": "^4.2.0" } }