mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
20 lines
463 B
JSON
20 lines
463 B
JSON
{
|
|
"name": "lysand-api",
|
|
"private": true,
|
|
"workspaces": ["federation", "client"],
|
|
"scripts": {
|
|
"lint": "bunx @biomejs/biome check .",
|
|
"build": "bun run build.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.8.1",
|
|
"@types/bun": "^1.1.3",
|
|
"bun-plugin-dts": "^0.2.3"
|
|
},
|
|
"trustedDependencies": ["@biomejs/biome"],
|
|
"dependencies": {
|
|
"chalk": "^5.3.0",
|
|
"ora": "^8.0.1"
|
|
}
|
|
}
|