mirror of
https://github.com/kennethnym/aris.git
synced 2026-06-13 19:11:18 +01:00
18 lines
294 B
JSON
18 lines
294 B
JSON
{
|
|
"name": "@freya/core",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "bun test ."
|
|
},
|
|
"dependencies": {
|
|
"@standard-schema/spec": "^1.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@json-render/core": "*",
|
|
"@nym.sh/jrx": "*"
|
|
}
|
|
}
|