api/package.json

21 lines
497 B
JSON
Raw Normal View History

{
"name": "lysand-api",
"private": true,
2024-06-08 02:46:50 +02:00
"workspaces": ["federation", "client"],
"scripts": {
"lint": "bunx @biomejs/biome check .",
"build": "bun run build.ts",
"check": "bunx tsc -p ."
},
"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",
"bun-plugin-dts": "^0.2.3"
},
"trustedDependencies": ["@biomejs/biome"],
"dependencies": {
"chalk": "^5.3.0",
"ora": "^8.0.1"
}
}