{
  "name": "reactronic",
  "version": "0.96.26029",
  "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": "24.10.2",
    "@types/react": "19.2.7",
    "@typescript-eslint/eslint-plugin": "8.49.0",
    "@typescript-eslint/parser": "8.49.0",
    "tsimp": "2.0.12",
    "ava": "6.4.1",
    "c8": "10.1.3",
    "eslint": "9.39.1",
    "react": "19.2.1",
    "ts-node": "10.9.2",
    "typescript": "5.9.3"
  },
  "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"
  }
}
