{
  "name": "@ibahmani007/stately",
  "version": "1.0.2",
  "description": "Minimal, powerful global state manager for React",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "keywords": [
    "react",
    "state",
    "global state",
    "redux alternative",
    "stately"
  ],
  "author": "Your Name",
  "license": "MIT",
  "dependencies": {
    "react": "^18.0.0"
  },
  "devDependencies": {
    "@types/react": "^19.1.7",
    "@types/react-dom": "^19.1.6",
    "tsup": "^7.0.0",
    "typescript": "^5.0.0"
  },
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --dts"
  }
}
