UNPKG

botbuilder-adapter-tyntec-whatsapp

Version:

A Microsoft Bot Framework adapter for handling connectivity with the WhatsApp channel in tyntec Conversations API.

34 lines (33 loc) 842 B
{ "name": "botbuilder-adapter-tyntec-whatsapp", "version": "1.4.0", "description": "A Microsoft Bot Framework adapter for handling connectivity with the WhatsApp channel in tyntec Conversations API.", "keywords": ["Microsoft Bot Framework", "tyntec", "WhatsApp"], "license": "MIT", "author": "tyntec GmbH", "files": ["lib/**/*"], "main": "./lib/index.js", "typings": "./lib/index.d.ts", "repository": "github:tyntec/botbuilder-adapter-tyntec-whatsapp", "scripts": { "build": "tsc --build", "test": "tsc --build && mocha" }, "dependencies": { "botbuilder": "^4.8.0" }, "devDependencies": { "axios": "^0.24.0", "mocha": "^9.0.3", "typescript": "^4.3.5" }, "peerDependencies": { "axios": "^0.24.0" }, "engines": { "node": ">=14" }, "mocha": { "recursive": true } }