mirror of
https://github.com/kennethnym/aris.git
synced 2026-02-02 13:11:17 +00:00
15 lines
252 B
JSON
15 lines
252 B
JSON
|
|
{
|
||
|
|
"name": "@aris/data-source-weatherkit",
|
||
|
|
"version": "0.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"main": "src/index.ts",
|
||
|
|
"types": "src/index.ts",
|
||
|
|
"scripts": {
|
||
|
|
"test": "bun test ."
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@aris/core": "workspace:*",
|
||
|
|
"arktype": "^2.1.0"
|
||
|
|
}
|
||
|
|
}
|