-
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) · 912 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 912 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": "backend",
"version": "1.0.0",
"description": "Node Express Server For Angular Chat Bot",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/dialogflow": "^4.1.0",
"@okta/jwt-verifier": "^2.1.0",
"@types/cors": "^2.8.10",
"@types/express": "^4.17.11",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-bearer-token": "^2.4.0",
"express-session": "^1.17.2",
"http": "0.0.1-security",
"method-override": "^3.0.0",
"methods": "^1.1.2",
"morgan": "^1.10.0",
"nodemon": "^2.0.7",
"path": "^0.12.7",
"sqlite3": "^5.0.2",
"tsc": "^1.20150623.0",
"typeorm": "^0.2.32",
"typescript": "^4.2.4",
"uuid": "^8.3.2"
}
}