UNPKG

iopa-bot

Version:

API-First Bot Framework for Internet of Things (IoT), based on Internet of Protocols Alliance (IOPA) specification

50 lines (49 loc) 1.1 kB
{ "name": "iopa-bot", "version": "2.3.5", "main": "dist/index.js", "ts:main": "src/index.ts", "types": "src/index.ts", "description": "API-First Bot Framework for Internet of Things (IoT), based on Internet of Protocols Alliance (IOPA) specification", "author": "iopa <build@iopa.io>", "license": "Apache-2.0", "maintainers": [ { "name": "iopa", "email": "build@iopa.io" } ], "repository": { "type": "git", "url": "https://github.com/iopa-io/iopa-bot.git" }, "keywords": [ "iopa", "serverless", "lambda", "azure function", "google cloud function", "node", "bot", "conversational agent" ], "engines": { "node": ">= 4.0" }, "scripts": { "build": "rm -rf ./dist && tsc", "prepare": "npm run build", "lint": "berun-scripts lint" }, "homepage": "http://iopa.io", "dependencies": { "alexa-utterances": "^0.2.1", "iopa": "2.0.2", "reactive-cards": "0.5.31", "reactive-dialogs": "0.5.31" }, "devDependencies": { "@types/node": "^12.7.11" }, "peerDependencies": {} }