{
  "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"
  }
}
