api/package.json

22 lines
531 B
JSON
Raw Normal View History

{
"name": "versia-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-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",
"@types/node": "^22.5.0",
"bun-plugin-dts": "^0.2.3"
},
"trustedDependencies": ["@biomejs/biome"],
"dependencies": {
"chalk": "^5.3.0",
2024-08-27 02:37:50 +02:00
"ora": "^8.1.0"
}
}