template/packages-user/data-state/package.json
unanmed 5a05eecad1 wip(event): scaffold EventSetBlock class, utils helpers, anon-tokyo workspace dep
- data-state: add @motajs/anon-tokyo workspace dependency
- map.ts: new EventSetBlock BuiltInFunction class (reference style)
- utils.ts: getPossibleMap/getPossibleLayer helpers (not yet wired)

Checkpoint of user-authored in-progress event refactor.
2026-09-13 19:04:25 +08:00

12 lines
319 B
JSON

{
"name": "@user/data-state",
"dependencies": {
"@motajs/types": "workspace:*",
"@motajs/common": "workspace:*",
"@motajs/anon-tokyo": "workspace:*",
"@user/data-common": "workspace:*",
"@user/data-base": "workspace:*",
"@user/data-system": "workspace:*"
}
}