{
  "name": "@idiosync/react-observable",
  "publishConfig": {
    "access": "public"
  },
  "version": "1.2.1",
  "description": "State management control layer for React projects",
  "repository": {
    "type": "git",
    "url": "https://github.com/trickeyd/react-observable"
  },
  "keywords": [
    "react",
    "state-management",
    "observable",
    "typescript",
    "reactive",
    "store",
    "context",
    "hooks",
    "react-hooks",
    "state",
    "flux",
    "redux-alternative",
    "mobx-alternative",
    "zustand-alternative",
    "rxjs"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "lint": "eslint src --ext .ts,.tsx",
    "clean": "rm -rf dist",
    "build": "yarn clean && tsc",
    "prepare": "yarn build",
    "version:patch": "yarn version --patch --yes"
  },
  "files": [
    "dist"
  ],
  "author": "James Trickey",
  "license": "MIT",
  "private": false,
  "devDependencies": {
    "@testing-library/jest-dom": "^6.1.0",
    "@testing-library/react": "^14.0.0",
    "@types/jest": "^29.5.0",
    "@types/react": "^19.1.4",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "jest": "^29.6.0",
    "jest-environment-jsdom": "^29.6.0",
    "prettier": "^3.5.3",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "react": "^18"
  }
}
