-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 KB
/
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
37
38
39
40
41
42
{
"name": "apidialogflow3",
"version": "1.0.0",
"description": "api de cadastro validacao d elogin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soulcode-acad/apiDialogFlow3.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/soulcode-acad/apiDialogFlow3/issues"
},
"homepage": "https://github.com/soulcode-acad/apiDialogFlow3#readme",
"dependencies": {
"@types/express": "^4.17.13",
"@types/swagger-ui-express": "^4.1.3",
"actions-on-google": "^2.14.0",
"bcrypt": "^5.0.1",
"connect-mongo": "^4.6.0",
"connect-mongodb-session": "^3.1.1",
"cors": "^2.8.5",
"dialogflow-fulfillment": "^0.6.1",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.4.0",
"mongoose": "^6.2.3",
"ngrok": "^4.3.1",
"nodemon": "^2.0.15",
"openapi-types": "^10.0.0",
"swagger-ui-express": "^4.3.0",
"ts-node-dev": "^1.1.8",
"tsconfig": "^7.0.0",
"typescript": "^4.6.2"
}
}