13 lines
254 B
JSON
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"
|
|
}
|
|
}
|