EmboFlow/apps/api/package.json

17 lines
318 B
JSON

{
"name": "api",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "tsx watch src/main.ts",
"start": "tsx src/main.ts",
"test": "node --test --experimental-strip-types"
},
"dependencies": {
"cors": "^2.8.6",
"express": "^5.2.1",
"mongodb": "^7.1.1"
}
}