botlib/package.json

48 lines
1.4 KiB
JSON

{
"name": "botlib",
"version": "0.0.29",
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"homepage": "http://www.generalbot.com",
"contributors": [
"Rodrigo Rodriguez <me@rodrigorodriguez.com>",
"Jorge Ramos <jramos@pobox.com>"
],
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/pragmatismo-io/BotLib.git"
},
"dependencies": {
"async": "^2.6.1",
"botbuilder": "^4.0.0-preview1.2",
"botbuilder-ai": "^4.0.0-preview1.2",
"botbuilder-azure": "^4.0.0-preview1.2",
"botbuilder-choices": "^4.0.0-preview1.2",
"botbuilder-dialogs": "^4.0.0-preview1.2",
"botbuilder-prompts": "^4.0.0-preview1.2",
"botbuilder-location": "^2.0.0",
"chrono-node": "^1.3.5",
"dotenv-extended": "^2.0.2",
"iconv-lite": "^0.4.19",
"pragmatismo-io-framework": "^1.0.14",
"reflect-metadata": "^0.1.12",
"sequelize": "^4.37.10",
"sequelize-typescript": "^0.6.3",
"wait-until": "^0.0.2",
"winston": "^2.4.2"
},
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/mocha": "^5.2.0",
"@types/sequelize": "^4.27.20",
"@types/winston": "^2.3.9",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"mocha-typescript": "^1.1.14",
"ts-node": "^6.0.5",
"typedoc": "^0.11.1",
"typescript": "^2.8.3"
}
}