48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "botlib",
|
|
"version": "0.1.24",
|
|
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index",
|
|
"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/GeneralBots/BotLib.git"
|
|
},
|
|
"dependencies": {
|
|
"async": "2.6.2",
|
|
"botbuilder": "4.3.4",
|
|
"botbuilder-ai": "4.3.4",
|
|
"botbuilder-azure": "4.3.4",
|
|
"botbuilder-choices": "4.0.0-preview1.2",
|
|
"botbuilder-dialogs": "4.3.4",
|
|
"botbuilder-prompts": "4.0.0-preview1.2",
|
|
"chrono-node": "1.3.11",
|
|
"dotenv-extended": "2.4.0",
|
|
"iconv-lite": "0.4.24",
|
|
"ms": "2.1.1",
|
|
"pragmatismo-io-framework": "1.0.19",
|
|
"reflect-metadata": "0.1.13",
|
|
"sequelize": "5.2.12",
|
|
"sequelize-typescript": "0.6.9",
|
|
"wait-until": "0.0.2",
|
|
"winston": "3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "4.1.7",
|
|
"@types/mocha": "5.2.6",
|
|
"@types/sequelize": "4.27.46",
|
|
"@types/winston": "2.4.4",
|
|
"chai": "4.2.0",
|
|
"mocha": "6.1.1",
|
|
"mocha-typescript": "1.1.17",
|
|
"ts-node": "8.0.3",
|
|
"typedoc": "0.14.2",
|
|
"typescript": "3.4.2"
|
|
}
|
|
}
|