{ "name": "", "version": "1.0.0", "description": "", "main": "dist/src/functions/*.js", "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-alpha.9", "@slack/bolt": "^3.13.2", "@azure/identity": "^4.0.1", "@azure/keyvault-secrets": "^4.7.0" }, "devDependencies": { "@types/node": "18.x", "azure-functions-core-tools": "^4.x", "rimraf": "^5.0.0", "typescript": "^5.0.0" } }