botlib/package.json
2022-12-26 13:36:36 -03:00

52 lines
No EOL
1.5 KiB
JSON

{
"name": "botlib",
"version": "3.0.1",
"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.generalbots.ai",
"contributors": [
"Rodrigo Rodriguez <me@rodrigorodriguez.com>",
"João Antonio Ferreira <joao.parana@gmail.com>",
"Jorge Ramos <jramos@pobox.com>",
"PH <ph.an@outlook.com>",
"Dário Vieira <dario.junior3@gmail.com>"
],
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/GeneralBots/BotLib.git"
},
"scripts": {
"clean": "rm -rf node_modules/ dist/",
"build": "npm install && npm run build-lib",
"build-lib": "tsc"
},
"dependencies": {
"async": "3.2.4",
"botbuilder": "4.18.0",
"botbuilder-adapter-facebook": "1.0.12",
"botbuilder-ai": "4.18.0",
"botbuilder-azure": "4.18.0",
"botbuilder-dialogs": "4.18.0",
"botframework-connector": "4.18.0",
"chrono-node": "2.4.1",
"dotenv-extended": "2.9.0",
"iconv-lite": "0.6.3",
"ms": "2.1.3",
"pragmatismo-io-framework": "1.0.20",
"reflect-metadata": "0.1.13",
"sequelize": "6.25.6",
"sequelize-cli": "6.5.2",
"sequelize-typescript": "2.1.5",
"underscore": "1.13.6",
"winston": "^3.8.2"
},
"devDependencies": {
"@types/sequelize": "4.28.14",
"@types/winston": "2.4.4",
"ts-node": "10.9.1",
"typedoc": "0.23.21",
"typescript": "4.9.3"
}
}