mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 17:11:17 +00:00
Implement renderTflAlert using JRX and @aelis/components. Upgrade @nym.sh/jrx to 0.2.0 for null child support. Co-authored-by: Ona <no-reply@ona.com>
22 lines
459 B
JSON
22 lines
459 B
JSON
{
|
|
"name": "@aelis/source-tfl",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "bun test src/",
|
|
"fetch-fixtures": "bun run scripts/fetch-fixtures.ts"
|
|
},
|
|
"dependencies": {
|
|
"@aelis/core": "workspace:*",
|
|
"@aelis/components": "workspace:*",
|
|
"@aelis/source-location": "workspace:*",
|
|
"arktype": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@json-render/core": "*",
|
|
"@nym.sh/jrx": "*"
|
|
}
|
|
}
|