manta_bot/package.json

19 lines
381 B
JSON
Raw Normal View History

2021-05-14 17:58:59 -05:00
{
"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"
}
}