This commit is contained in:
2025-01-21 12:46:03 -06:00
parent 7c77a5298a
commit 76157c096b
24 changed files with 0 additions and 8302 deletions

View File

@@ -1,22 +0,0 @@
{
"name": "api",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"clean": "rimraf dist",
"prestart": "npm run clean && npm run build",
"start": "func start",
"test": "echo \"No tests yet...\""
},
"dependencies": {
"@azure/functions": "^4.0.0"
},
"devDependencies": {
"@types/node": "^18.x",
"typescript": "^4.0.0",
"rimraf": "^5.0.0"
},
"main": "dist/src/functions/*.js"
}