manta_bot/package.json
Victor Sanchez Sosa fd7abe68a5 inicia
2021-05-14 17:58:59 -05:00

19 lines
381 B
JSON

{
"name": "dialogflow",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"actions-on-google": "^2.14.0",
"axios": "^0.21.1",
"dialogflow-fulfillment": "^0.6.1",
"express": "^4.17.1",
"nodemon": "^2.0.7"
}
}