mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
22 lines
532 B
JSON
22 lines
532 B
JSON
{
|
|
"name": "versia-api",
|
|
"private": true,
|
|
"workspaces": ["federation", "client"],
|
|
"scripts": {
|
|
"lint": "bunx @biomejs/biome check .",
|
|
"build": "bun run build.ts",
|
|
"check": "bunx tsc -p ."
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.3",
|
|
"@types/bun": "^1.1.11",
|
|
"@types/node": "^22.7.5",
|
|
"bun-plugin-dts": "^0.3.0"
|
|
},
|
|
"trustedDependencies": ["@biomejs/biome"],
|
|
"dependencies": {
|
|
"chalk": "^5.3.0",
|
|
"ora": "^8.1.0"
|
|
}
|
|
}
|