{
  "name": "zustore",
  "version": "1.5.34",
  "description": "A lightweight global state management library for React built on contextApi.",
  "main": "dist-bundled/zustate.bundle.js",
  "types": "dist-bundled/index.d.ts",
  "scripts": {
    "clean": "rm -rf dist dist-obfuscated dist-bundled",
    "build:ts": "tsc",
    "build:obfuscate": "javascript-obfuscator dist --output dist-obfuscated --compact true --control-flow-flattening true",
    "build:bundle": "webpack --config webpack.config.js",
    "build": "npm run clean && npm run build:ts && npm run build:obfuscate && npm run build:bundle"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ebrahim-0/zustore.git"
  },
  "keywords": [
    "zustand",
    "zustore",
    "global state",
    "state management",
    "react",
    "next",
    "context api",
    "lightweight",
    "redux",
    "redux-toolkit"
  ],
  "author": "Ibrahim Abdelrazik <ebrahimabdelrazik2002@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^22.10.1",
    "@types/react": "^19.0.1",
    "copy-webpack-plugin": "^12.0.2",
    "typescript": "^5.7.2",
    "webpack-cli": "^5.1.4"
  }
}
