mirror of
https://github.com/kennethnym/aris.git
synced 2026-06-14 11:31:17 +01:00
20 lines
365 B
JSON
20 lines
365 B
JSON
{
|
|
"name": "@freya/source-reminders",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "bun test src/"
|
|
},
|
|
"dependencies": {
|
|
"@freya/components": "workspace:*",
|
|
"@freya/core": "workspace:*",
|
|
"arktype": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@json-render/core": "*",
|
|
"@nym.sh/jrx": "*"
|
|
}
|
|
}
|