mirror of
https://github.com/motajs/template.git
synced 2026-09-18 21:20:20 +08:00
- 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.
12 lines
319 B
JSON
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:*"
|
|
}
|
|
}
|