{
  "name": "@watch-state/react",
  "version": "2.1.1",
  "description": "State manager of React",
  "main": "index.js",
  "module": "index.es6.js",
  "jsnext:main": "index.es6.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "innetjs release",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "speed": "innetjs run speed.test.ts",
    "release": "innetjs release -p",
    "patch": "innetjs patch",
    "minor": "innetjs minor",
    "major": "innetjs major",
    "lint": "eslint",
    "lint:fix": "eslint --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/d8corp/watch-state-react.git"
  },
  "keywords": [
    "watch",
    "state",
    "stateful",
    "reaction",
    "reactions",
    "react",
    "reactive",
    "observe",
    "observable",
    "front-end"
  ],
  "author": "Mikhail Lysikov <d8corp@mail.ru>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/d8corp/watch-state-react/issues"
  },
  "homepage": "https://github.com/d8corp/watch-state-react",
  "dependencies": {
    "react": ">=18",
    "watch-state": "^3.6.2"
  }
}