package.json
469 Bytes
{
"name": "chatbot-app",
"version": "1.0.0",
"description": "chatbot-app",
"main": "index.js",
"engines": {
"node": "12.16.1",
"npm": "6.13.4"
},
"scripts": {
"start": "node index.js"
},
"author": "Minjeong Seo",
"dependencies": {
"actions-on-google": "^2.6.0",
"body-parser": "^1.18.3",
"dialogflow": "^0.8.2",
"dialogflow-fulfillment": "^0.6.1",
"express": "^4.16.4"
}
}