mirror of
https://github.com/kennethnym/aris.git
synced 2026-06-13 19:11:18 +01:00
16 lines
292 B
JSON
16 lines
292 B
JSON
{
|
|
"name": "@freya/source-weatherkit",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "bun test ."
|
|
},
|
|
"dependencies": {
|
|
"@freya/core": "workspace:*",
|
|
"@freya/source-location": "workspace:*",
|
|
"arktype": "^2.1.0"
|
|
}
|
|
}
|