Files
simple-food-diary/api/package.json
Julien Lengrand-Lambert 735dd83122 Exclude not working?
2021-06-04 17:50:19 +02:00

17 lines
314 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"
}
}