{
  "name": "cellx",
  "version": "2.3.1",
  "description": "",
  "type": "commonjs",
  "main": "dist/cellx.umd.js",
  "typings": "dist/cellx.d.ts",
  "scripts": {
    "build": "rm -rf dist && npx tsc && rolldown -c && babel dist --out-dir dist",
    "test": "rm -rf coverage && jest --coverage",
    "bench": "npx tsx benchmarks/main.bench.ts",
    "bench:mem": "npx tsx --expose-gc benchmarks/main.bench.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Riim/cellx.git"
  },
  "author": "Dmitry Vibe",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Riim/cellx/issues"
  },
  "homepage": "https://github.com/Riim/cellx#readme",
  "devDependencies": {
    "@babel/cli": "7.28.3",
    "@babel/core": "7.28.4",
    "@babel/plugin-transform-block-scoping": "7.28.4",
    "@eslint/js": "9.35.0",
    "@jest/globals": "30.1.2",
    "@trivago/prettier-plugin-sort-imports": "5.2.2",
    "@types/jest": "30.0.0",
    "@typescript-eslint/parser": "8.43.0",
    "eslint": "9.35.0",
    "eslint-plugin-github": "6.0.0",
    "globals": "16.4.0",
    "jest": "30.1.3",
    "rolldown": "1.0.0-beta.37",
    "tinybench": "5.0.1",
    "ts-jest": "29.4.1",
    "ts-node": "10.9.2",
    "typescript": "5.9.2",
    "typescript-eslint": "8.43.0"
  },
  "peerDependencies": {
    "@artalar/act": "3.2.1",
    "@frp-ts/core": "1.0.0-beta.6",
    "@preact/signals-core": "1.12.1",
    "@reatom/core": "3.10.1",
    "@webreflection/signal": "2.1.2",
    "alien-signals": "3.0.0",
    "effector": "23.4.4",
    "mobx": "6.15.0",
    "mol_wire_lib": "1.0.1554",
    "nanostores": "1.0.1",
    "s-js": "0.4.9",
    "solid-js": "1.9.9",
    "spred": "0.34.0",
    "usignal": "0.10.0",
    "whatsup": "2.6.0"
  }
}
