added repo
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user