UNPKG

bottender-form

Version:

An experimental package for handling conversational form with Bottender.

15 lines (14 loc) 244 B
{ "scripts": { "dev": "nodemon index.js", "start": "node index.js" }, "dependencies": { "bottender": "latest", "bottender-form": "latest", "lodash": "^4.17.5" }, "devDependencies": { "nodemon": "^1.11.0" } }