@zeix/cause-effect
Version:
Cause & Effect - reactive state management primitives library for TypeScript.
39 lines (38 loc) • 1.09 kB
JSON
{
"name": "@zeix/cause-effect",
"version": "1.3.3",
"author": "Esther Brunner",
"type": "module",
"main": "index.js",
"module": "index.ts",
"types": "types/index.d.ts",
"devDependencies": {
"@biomejs/biome": "2.4.6",
"@types/bun": "^1.3.14",
"@zeix/cause-effect-stable": "npm:@zeix/cause-effect",
"mitata": "^1.0.34",
"random": "^5.4.1",
"typescript": "^6.0.2"
},
"peerDependencies": {
"typescript": ">=5.8.0"
},
"description": "Cause & Effect - reactive state management primitives library for TypeScript.",
"license": "MIT",
"keywords": [
"Cause & Effect",
"Reactivity",
"Signals",
"Effects"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "bunx tsc --project tsconfig.build.json && bun build index.ts --outdir ./ --minify && bun build index.ts --outfile index.dev.js",
"bench": "bun run bench/reactivity.bench.ts",
"test": "bun test --path-ignore-patterns=**/regression*",
"regression": "bun test test/regression-performance.test.ts && bun test test/regression-bundle.test.ts",
"lint": "bunx biome lint --write"
}
}