-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 783 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 783 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
{
"name": "sample-video-node-learning_server",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node ./bin/www",
"vcr-build": "node vcr-build.js"
},
"dependencies": {
"@vonage/server-sdk": "^3.0",
"@vonage/video": "^1.0",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.5",
"cors": "^2.8.5",
"debug": "~4.3.1",
"dotenv": "^8.2.0",
"eslint": "^9.0.0",
"eslint-plugin-import": "^2.22.1",
"express": "^4.17.1",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"node-fetch": "^3.3.2",
"pug": "^3.0.2",
"serve-favicon": "~2.5.0",
"unique-names-generator": "^4.7.1"
},
"devDependencies": {
"archiver": "^6.0.1",
"nodemon": "^3.0.2",
"simple-git": "^3.21.0"
}
}