{
  "name": "zippy-store",
  "version": "1.0.32",
  "description": "A lightweight and versatile global state management solution designed for seamless integration in both JavaScript and React applications. Provides a simple and efficient way to manage shared state across components and even in non-React JavaScript environments. Offers a clean API for subscribing to state changes, dispatching actions, and accessing the current state, promoting a consistent and predictable state management pattern.",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "state management",
    "global state",
    "react",
    "react-native",
    "javascript",
    "shared state",
    "state",
    "data management",
    "reactive",
    "lightweight",
    "state",
    "state-management",
    "global-state",
    "persistent-state",
    "redux-alternative",
    "context-api",
    "store",
    "zippy-store"
  ],
  "peerDependencies": {
    "@react-native-async-storage/async-storage": ">=2.0.0",
    "react": ">=18.0.0"
  },
  "peerDependenciesMeta": {
    "@react-native-async-storage/async-storage": {
      "optional": true
    },
    "react-native": {
      "optional": true
    }
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/harish-ponna/zippy-store.git"
  },
  "author": "Harish Ponna",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/harish-ponna/zippy-store/issues"
  },
  "homepage": "https://github.com/harish-ponna/zippy-store#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.0.0",
    "@types/react": "^18.0.0",
    "@types/react-native": "^0.72.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "rollup": "^4.34.7",
    "rollup-plugin-visualizer": "^5.14.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.0.0"
  }
}
