UNPKG

@manojadams/session-store

Version:

State management with session-storage/local-storage

43 lines (42 loc) 1.01 kB
{ "name": "@manojadams/session-store", "version": "1.0.15", "description": "State management with session-storage/local-storage", "main": "./dist/index.js", "types": "./dist/index.d.ts", "module": "./dist/index.modern.js", "upkg": "./dist/index.umd.js", "source": "src/index.ts", "exports": { "require": "./dist/index.js", "default": "./dist/index.modern.js" }, "scripts": { "build": "microbundle", "test": "npm test" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/manojgetwealthy/session-store.git" }, "keywords": [ "state-management", "react", "next", "session-storage", "local-storage", "data-persistence" ], "author": "manojgetwealthy", "license": "ISC", "bugs": { "url": "https://github.com/manojgetwealthy/session-store/issues" }, "homepage": "https://github.com/manojgetwealthy/session-store#readme", "devDependencies": { "microbundle": "^0.15.1" } }