{
  "name": "@josh.guyette/react-stores",
  "version": "0.5.2",
  "description": "A simple state management library for React",
  "keywords": [
    "react",
    "state",
    "management",
    "store",
    "stores",
    "state management",
    "react state management",
    "react store",
    "react stores",
    "react state",
    "react states",
    "react state management library",
    "react store library",
    "react stores library",
    "react state library",
    "react states library"
  ],
  "author": {
    "name": "Josh Guyette",
    "url": "https://github.com/nightness"
  },
  "type": "module",
  "main": "src/stores.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nightness/react-stores"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.1.3",
    "@testing-library/react": "^14.0.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/jest": "^29.5.4",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-test-renderer": "^18.2.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.2.2"
  },
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
  }
}
