2018-04-20 23:20:17 -03:00
|
|
|
{
|
|
|
|
"name": "botlib",
|
2020-01-02 07:35:48 -03:00
|
|
|
"version": "1.4.0",
|
2019-02-01 10:18:41 -02:00
|
|
|
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
|
2018-12-01 16:21:08 -02:00
|
|
|
"main": "dist/index.js",
|
2019-03-08 06:36:12 -03:00
|
|
|
"types": "dist/index",
|
2019-08-26 09:37:03 -03:00
|
|
|
"homepage": "http://www.generalbots.ai",
|
2018-05-12 11:16:10 -03:00
|
|
|
"contributors": [
|
2018-05-28 06:48:28 -03:00
|
|
|
"Rodrigo Rodriguez <me@rodrigorodriguez.com>",
|
2019-11-13 21:05:18 -03:00
|
|
|
"João Antonio Ferreira <joao.parana@gmail.com>",
|
2018-05-28 06:48:28 -03:00
|
|
|
"Jorge Ramos <jramos@pobox.com>"
|
2018-05-12 11:16:10 -03:00
|
|
|
],
|
2018-05-29 05:19:12 -03:00
|
|
|
"license": "AGPL-3.0",
|
2018-05-18 22:20:47 -03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-02-25 08:54:51 -03:00
|
|
|
"url": "https://github.com/GeneralBots/BotLib.git"
|
2018-05-12 16:15:07 -03:00
|
|
|
},
|
2019-12-30 16:58:59 -03:00
|
|
|
"scripts": {
|
|
|
|
"clean": "rm -rf node_modules/ dist/",
|
|
|
|
"build": "npm install && npm run build-lib",
|
|
|
|
"build-lib": "tsc"
|
|
|
|
},
|
2018-04-20 23:20:17 -03:00
|
|
|
"dependencies": {
|
2019-12-30 16:58:59 -03:00
|
|
|
"async": "^3.1.0",
|
|
|
|
"botbuilder": "^4.7.0",
|
|
|
|
"botbuilder-ai": "^4.7.0",
|
|
|
|
"botbuilder-azure": "^4.7.0",
|
2018-09-27 11:37:44 -03:00
|
|
|
"botbuilder-choices": "4.0.0-preview1.2",
|
2019-12-30 16:58:59 -03:00
|
|
|
"botbuilder-dialogs": "^4.7.0",
|
2018-09-27 11:37:44 -03:00
|
|
|
"botbuilder-prompts": "4.0.0-preview1.2",
|
2019-02-25 08:54:51 -03:00
|
|
|
"chrono-node": "1.3.11",
|
2019-12-30 16:58:59 -03:00
|
|
|
"dotenv-extended": "^2.7.1",
|
2019-11-13 21:05:18 -03:00
|
|
|
"iconv-lite": "0.5.0",
|
|
|
|
"ms": "2.1.2",
|
|
|
|
"pragmatismo-io-framework": "1.0.20",
|
2019-02-01 10:18:41 -02:00
|
|
|
"reflect-metadata": "0.1.13",
|
2019-12-30 16:58:59 -03:00
|
|
|
"sequelize": "^5.21.3",
|
|
|
|
"sequelize-typescript": "^1.1.0",
|
|
|
|
"underscore": "^1.9.1",
|
2018-09-27 12:15:45 -03:00
|
|
|
"wait-until": "0.0.2",
|
2019-02-01 10:18:41 -02:00
|
|
|
"winston": "3.2.1"
|
2018-04-20 23:20:17 -03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-12-30 16:58:59 -03:00
|
|
|
"@types/chai": "^4.2.7",
|
2019-11-13 21:05:18 -03:00
|
|
|
"@types/mocha": "5.2.7",
|
2019-12-30 16:58:59 -03:00
|
|
|
"@types/sequelize": "^4.28.8",
|
2018-09-27 12:15:45 -03:00
|
|
|
"@types/winston": "2.4.4",
|
2018-11-02 22:42:42 -03:00
|
|
|
"chai": "4.2.0",
|
2019-11-13 21:05:18 -03:00
|
|
|
"mocha": "6.2.2",
|
2018-09-27 12:15:45 -03:00
|
|
|
"mocha-typescript": "1.1.17",
|
2019-12-30 16:58:59 -03:00
|
|
|
"ts-node": "^8.5.4",
|
|
|
|
"typedoc": "^0.15.6",
|
|
|
|
"typescript": "^3.7.4"
|
2018-04-20 23:20:17 -03:00
|
|
|
}
|
2019-08-22 19:39:44 -03:00
|
|
|
}
|