forked from hamzanasir/vonage-openai-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 889 Bytes
/
package.json
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
{
"name": "learning-opentok-node",
"version": "0.0.0",
"private": true,
"scripts": {
"format": "prettier -w",
"lint": "eslint .",
"lint-fix": "eslint --fix .",
"start": "node ./bin/www"
},
"dependencies": {
"axios": "1.3.4",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.5",
"cors": "^2.8.5",
"debug": "~4.3.1",
"dotenv": "^8.2.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "^2.22.1",
"express": "^4.17.1",
"jade": "^0.29.0",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"opentok": "^2.11.0",
"opentok-jwt": "0.1.5",
"prettier": "2.8.1",
"prettier-eslint": "15.0.1",
"serve-favicon": "~2.5.0",
"uglify-js": "^3.13.4"
},
"devDependencies": {
"eslint-plugin-deprecation": "^1.3.3",
"eslint-plugin-prettier": "^4.2.1"
}
}