manta_bot/package.json
Victor Sanchez Sosa de8727803d commit
2021-06-02 17:55:46 -05:00

20 lines
415 B
JSON

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