Files
simple-food-diary/api/package.json
Julien Lengrand-Lambert adc6de4862 New test
2021-08-11 16:45:35 +02:00

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"
}
}