mirror of
https://github.com/kennethnym/aris.git
synced 2026-06-14 19:41:18 +01:00
chore: rename aelis to freya
This commit is contained in:
21
packages/freya-source-tfl/package.json
Normal file
21
packages/freya-source-tfl/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "@freya/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": {
|
||||
"@freya/components": "workspace:*",
|
||||
"@freya/core": "workspace:*",
|
||||
"@freya/source-location": "workspace:*",
|
||||
"arktype": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@json-render/core": "*",
|
||||
"@nym.sh/jrx": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user