mirror of
https://github.com/kennethnym/aris.git
synced 2026-06-13 11:01:18 +01:00
chore: rename aelis to freya (#122)
This commit is contained in:
17
packages/freya-core/package.json
Normal file
17
packages/freya-core/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user