manta_bot/package.json

20 lines
415 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": {
2021-06-02 17:55:46 -05:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./index.js"
2021-05-14 17:58:59 -05:00
},
"author": "",
"license": "ISC",
"dependencies": {
"actions-on-google": "^2.14.0",
"axios": "^0.21.1",
2021-06-02 17:55:46 -05:00
"dialogflow-fulfillment": "0.6.0",
2021-05-14 17:58:59 -05:00
"express": "^4.17.1",
"nodemon": "^2.0.7"
}
}