Files
testapi/package.json
2026-03-03 14:25:43 +00:00

13 lines
254 B
JSON

{
"name": "poc-mock-task-api",
"module": "src/index.ts",
"type": "module",
"private": true,
"scripts": {
"dev": "bun --watch src/index.ts",
"start": "bun src/index.ts",
"db:seed": "bun scripts/seed.ts",
"test": "bun test"
}
}