mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 17:11:17 +00:00
15 lines
245 B
JSON
15 lines
245 B
JSON
|
|
{
|
||
|
|
"name": "@aelis/components",
|
||
|
|
"version": "0.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"main": "src/index.ts",
|
||
|
|
"types": "src/index.ts",
|
||
|
|
"scripts": {
|
||
|
|
"test": "bun test ./src"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"@json-render/core": "*",
|
||
|
|
"@nym.sh/jrx": "*"
|
||
|
|
}
|
||
|
|
}
|