{ "name": "botlib", "version": "0.1.8", "description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)", "main": "dist/index.js", "types": "dist/index.d.ts", "homepage": "http://www.generalbot.com", "contributors": [ "Rodrigo Rodriguez ", "Jorge Ramos " ], "license": "AGPL-3.0", "repository": { "type": "git", "url": "https://github.com/pragmatismo-io/BotLib.git" }, "dependencies": { "async": "2.6.1", "botbuilder": "4.1.3", "botbuilder-ai": "4.1.3", "botbuilder-azure": "4.1.3", "botbuilder-choices": "4.0.0-preview1.2", "botbuilder-dialogs": "4.1.3", "botbuilder-location": "2.0.0", "botbuilder-prompts": "4.0.0-preview1.2", "chrono-node": "1.3.5", "dotenv-extended": "2.3.0", "iconv-lite": "0.4.24", "ms": "2.1.1", "pragmatismo-io-framework": "1.0.18", "reflect-metadata": "0.1.12", "sequelize": "4.41.0", "sequelize-typescript": "0.6.6", "wait-until": "0.0.2", "winston": "3.1.0" }, "devDependencies": { "@types/chai": "4.1.7", "@types/mocha": "5.2.5", "@types/sequelize": "4.27.30", "@types/winston": "2.4.4", "chai": "4.2.0", "mocha": "5.2.0", "mocha-typescript": "1.1.17", "ts-node": "7.0.1", "typedoc": "0.13.0", "typescript": "3.1.6" } }