2024-05-14 05:58:03 +02:00
|
|
|
{
|
2024-05-14 09:00:05 +02:00
|
|
|
"name": "lysand-api",
|
|
|
|
|
"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 .",
|
|
|
|
|
"build": "bun run build.ts"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-06-12 02:55:21 +02:00
|
|
|
"@biomejs/biome": "^1.8.1",
|
2024-06-16 08:18:19 +02:00
|
|
|
"@types/bun": "^1.1.4",
|
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",
|
|
|
|
|
"ora": "^8.0.1"
|
|
|
|
|
}
|
2024-05-14 05:58:03 +02:00
|
|
|
}
|