2024-05-14 05:58:03 +02:00
|
|
|
{
|
2024-08-24 14:58:50 +02:00
|
|
|
"name": "versia-api",
|
2024-05-14 09:00:05 +02:00
|
|
|
"private": true,
|
2024-06-08 02:46:50 +02:00
|
|
|
"workspaces": ["federation", "client"],
|
2024-05-14 09:00:05 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"lint": "bunx @biomejs/biome check .",
|
2024-06-20 01:17:33 +02:00
|
|
|
"build": "bun run build.ts",
|
|
|
|
|
"check": "bunx tsc -p ."
|
2024-05-14 09:00:05 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-07-16 20:01:46 +02:00
|
|
|
"@biomejs/biome": "^1.8.3",
|
2024-08-27 02:37:50 +02:00
|
|
|
"@types/bun": "^1.1.8",
|
2024-08-24 19:48:37 +02:00
|
|
|
"@types/node": "^22.5.0",
|
2024-05-29 01:57:04 +02:00
|
|
|
"bun-plugin-dts": "^0.2.3"
|
2024-05-14 09:00:05 +02:00
|
|
|
},
|
|
|
|
|
"trustedDependencies": ["@biomejs/biome"],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"chalk": "^5.3.0",
|
2024-08-27 02:37:50 +02:00
|
|
|
"ora": "^8.1.0"
|
2024-05-14 09:00:05 +02:00
|
|
|
}
|
2024-05-14 05:58:03 +02:00
|
|
|
}
|