mirror of
https://github.com/kennethnym/aris.git
synced 2026-02-02 21:21:21 +00:00
16 lines
305 B
JSON
16 lines
305 B
JSON
|
|
{
|
||
|
|
"name": "@aris/data-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": {
|
||
|
|
"@aris/core": "workspace:*",
|
||
|
|
"arktype": "^2.1.0"
|
||
|
|
}
|
||
|
|
}
|