{
  "name": "reactronic",
  "version": "0.93.25025",
  "description": "Reactronic - Transactional Reactive State Management",
  "publisher": "Nezaboodka Software",
  "license": "Apache-2.0",
  "icon": "reactronic.png",
  "type": "module",
  "main": "build/dist/source/api.js",
  "types": "build/dist/source/api.d.ts",
  "files": [
    "build/dist/source/**/*.*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/nezaboodka/reactronic.git"
  },
  "keywords": [
    "nezaboodka",
    "reactronic",
    "state management",
    "rendering",
    "consistent",
    "reactive",
    "reactivity",
    "transactional",
    "asynchronous"
  ],
  "bugs": {
    "url": "https://github.com/nezaboodka/reactronic/issues"
  },
  "homepage": "https://github.com/nezaboodka/reactronic/blob/master/README.md#readme",
  "devDependencies": {
    "@types/node": "22.13.0",
    "@types/react": "19.0.8",
    "@typescript-eslint/eslint-plugin": "8.22.0",
    "@typescript-eslint/parser": "8.22.0",
    "ava": "6.2.0",
    "c8": "10.1.3",
    "eslint": "9.19.0",
    "react": "19.0.0",
    "ts-node": "10.9.2",
    "typescript": "5.5.4"
  },
  "scripts": {
    "build": "eslint source/**.ts test/**.test.ts react/**.tsx && tsc",
    "fix": "eslint --fix source/**.ts test/**.ts react/**.tsx",
    "pack": "eslint source/**.ts test/**.test.ts react/**.tsx && tsc --sourceMap false --removeComments true",
    "test": "ava",
    "cover": "c8 ava && open build/coverage/index.html"
  }
}
