-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 891 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 891 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
36
37
38
{
"name": "sample-cti-app",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Hem",
"license": "ISC",
"dependencies": {
"@twilio/voice-sdk": "^2.18.1",
"@vscode/sqlite3": "^5.1.12-vscode",
"axios": "^1.7.9",
"body-parser": "^1.20.3",
"dotenv": "^10.0.0",
"express": "^4.22.1",
"form-data": "^4.0.5",
"jquery": "^3.6.0",
"jws": "^4.0.1",
"knex": "^2.4.0",
"passport": "^0.6.0",
"passport-oauth": "^1.0.0",
"sqlite3": "^6.0.1",
"tar": "^7.5.12",
"twilio": "^4.20.0"
},
"overrides": {
"minimatch": "^3.1.4",
"tar-fs": "^2.1.4",
"ws": "^7.5.10",
"picomatch": "^2.3.2",
"brace-expansion": "^2.0.3",
"path-to-regexp": "0.1.13",
"lodash": "^4.18.0"
}
}