UNPKG

codingforconvos

Version:

NPM package for simplifying coding for conversations. The initial goal of this project is to make life easier for Cisco customers leveraging Google Dialogflow ES to create natural language bots.

42 lines (41 loc) 1.15 kB
{ "name": "codingforconvos", "version": "0.0.128", "description": "NPM package for simplifying coding for conversations. The initial goal of this project is to make life easier for Cisco customers leveraging Google Dialogflow ES to create natural language bots.", "main": "src/codingforconvos.js", "engines": { "node": ">=8" }, "directories": { "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "doc": "jsdoc -R docs/assets/README.md -P package.json -r ./src -d docs" }, "repository": { "type": "git", "url": "git+https://github.com/jusranda/codingforconvos.git" }, "keywords": [ "conversational-ai", "cai", "ccai", "dialogflow" ], "author": "Justin Randall", "license": "GPL-3.0", "bugs": { "url": "https://github.com/jusranda/codingforconvos/issues" }, "homepage": "https://github.com/jusranda/codingforconvos#readme", "dependencies": { "axios": ">=0.21.2", "dialogflow-fulfillment": "^0.6.1", "follow-redirects": ">=1.14.8", "node-forge": ">=1.3.0" }, "devDependencies": { "jsdoc": "^3.6.11" } }