slaywithfriends/package.json

15 lines
362 B
JSON

{
"name": "slaywithfriends",
"private": true,
"scripts": {
"lint": "bunx biome check --write .",
"typecheck": "bunx tsc --noEmit",
"test": "bun test",
"check": "bun run lint && bun run typecheck && bun run test",
"dev": "bun run src/serve.js"
},
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"typescript": "^5.9.3"
}
}