{ "name": "botlib", "version": "0.0.24", "description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "contributors": [ "Rodrigo Rodriguez " ], "homepage": "http://www.generalbot.com", "repository": { "type": "git", "url": "https://github.com/pragmatismo-io/BotLib" }, "license": "AGPL-3.0", "dependencies": { "@types/azure": "^0.9.19", "async": "^2.6.0", "botbuilder": "^3.15.0", "botbuilder-location": "^2.0.0", "chrono-node": "^1.2.5", "dotenv-extended": "^2.0.2", "eslint": "^4.19.1", "iconv-lite": "^0.4.19", "pragmatismo-io-framework": "^1.0.11", "reflect-metadata": "^0.1.12", "sequelize": "^4.37.6", "typescript": "^2.7.1", "urljoin": "^0.1.5", "wait-until": "0.0.2", "winston": "^2.4.0" }, "devDependencies": { "@types/sequelize": "^4.27.14", "@types/chai": "4.1.3", "@types/mocha": "5.2.0", "chai": "^4.1.2", "mocha": "^5.1.1", "mocha-typescript": "^1.1.12", "ts-node": "6.0.3", "typedoc": "^0.11.1", "typescript": "2.8.3" } }