-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 882 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"No tests specified\""
},
"dependencies": {
"@azure/communication-email": "^1.1.0",
"@azure/communication-sms": "^1.2.0-beta.4",
"@azure/identity": "^4.6.0",
"@azure/keyvault-secrets": "^4.9.0",
"@azure/storage-blob": "^12.31.0",
"applicationinsights": "^3.14.0",
"axios": "^1.13.6",
"better-sqlite3": "^12.6.2",
"botbuilder": "^4.23.3",
"cors": "^2.8.6",
"dotenv": "^16.6.1",
"express": "^4.22.1",
"framer-motion": "^12.35.2",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.3",
"lucide-react": "^0.577.0",
"morgan": "^1.10.1",
"mssql": "^12.2.0",
"multer": "^1.4.5-lts.1",
"uuid": "^11.1.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}