mirror of
https://github.com/jlengrand/simple-food-diary.git
synced 2026-03-10 08:41:19 +00:00
20 lines
365 B
JSON
20 lines
365 B
JSON
{
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc -w",
|
|
"prestart": "npm run build",
|
|
"start": "func start",
|
|
"test": "echo \"No tests yet...\""
|
|
},
|
|
"devDependencies": {
|
|
"@azure/functions": "^1.2.3",
|
|
"typescript": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"mongoose": "^5.13.6"
|
|
}
|
|
}
|