{
  "name": "context-state",
  "version": "4.0.1",
  "description": "Like unstated-next, but Pro",
  "keywords": [
    "react",
    "state management",
    "hox",
    "use-context-selector",
    "unstated-next"
  ],
  "license": "MIT",
  "homepage": "https://github.com/hemengke1997/context-state",
  "bugs": {
    "url": "https://github.com/hemengke1997/context-state/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hemengke1997/context-state.git"
  },
  "author": "Minko <https://github.com/hemengke1997>",
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "import": {
        "types": "./dist/esm/index.d.mts",
        "default": "./dist/esm/index.mjs"
      },
      "module": {
        "types": "./dist/lib/index.d.mts",
        "default": "./dist/lib/index.js"
      },
      "default": {
        "types": "./dist/lib/index.d.mts",
        "default": "./dist/lib/index.js"
      }
    }
  },
  "sideEffects": false,
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "dependencies": {
    "use-sync-external-store": "^1.4.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.8.0",
    "@minko-fe/commitlint-config": "^2.1.2",
    "@minko-fe/eslint-config": "^4.2.1",
    "@minko-fe/prettier-config": "^2.2.5",
    "@minko-fe/tsconfig": "^2.1.1",
    "@swc/core": "^1.9.3",
    "@testing-library/react": "^16.2.0",
    "@types/node": "^18.19.80",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.5",
    "@types/use-sync-external-store": "^0.0.6",
    "@vitejs/plugin-react": "^4.3.4",
    "bumpp": "^9.11.1",
    "conventional-changelog-cli": "^5.0.0",
    "esbuild-plugin-replace": "^1.4.0",
    "eslint": "^9.22.0",
    "jsdom": "^24.1.3",
    "react": "^18.3.1",
    "react-error-boundary": "^4.1.2",
    "simple-git-hooks": "^2.11.1",
    "tsup": "8.3.0",
    "tsup-plugin-bundleless": "^1.2.1",
    "typescript": "^5.8.2",
    "vitest": "^3.0.8"
  },
  "simple-git-hooks": {
    "commit-msg": "npm run commitlint",
    "pre-commit": "npm run lint"
  },
  "commitlint": {
    "extends": [
      "@minko-fe/commitlint-config"
    ]
  },
  "prettier": "@minko-fe/prettier-config",
  "scripts": {
    "dev": "tsup --watch",
    "build": "rm -rf dist && tsup",
    "commitlint": "commitlint -e",
    "lint": "tsc --noEmit && eslint . --fix",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "test": "vitest",
    "bump": "bumpp package.json -c --no-push -t --all -x \"npm run changelog\""
  }
}