botlib/package.json

84 lines
2.4 KiB
JSON

{
"name": "botlib-legacy",
"version": "5.3.0",
"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.6",
"botbuilder": "4.23.3",
"botbuilder-ai": "4.23.3",
"botbuilder-azure": "4.23.3",
"botbuilder-dialogs": "4.23.3",
"botframework-connector": "4.23.3",
"chrono-node": "2.8.4",
"dotenv-extended": "2.9.0",
"iconv-lite": "0.7.0",
"ms": "2.1.3",
"reflect-metadata": "0.2.2",
"sequelize": "6.37.7",
"sequelize-cli": "6.6.3",
"sequelize-typescript": "2.1.6",
"underscore": "1.13.7",
"winston": "3.17.0"
},
"devDependencies": {
"ts-node": "10.9.2",
"typedoc": "0.28.13",
"typescript": "5.9.2"
},
"overrides": {
"lodash.trimend": "npm:lodash@4.17.21",
"lodash.isequal": "npm:lodash@4.17.21",
"node-domexception": "npm:whatwg-url@^11.0.0",
"csv-database": {
"fast-csv": "4.3.6"
},
"sequelize-typescript": {
"glob": "~9.0.0"
},
"tough-cookie": "4.1.3",
"phin": "3.7.1",
"xmldom": "npm:@xmldom/xmldom@^0.8.10",
"form-data": "2.5.5",
"uuid": "9.0.1",
"har-validator": "5.1.5",
"request": "2.88.2",
"yaeti": "npm:events@^3.3.0",
"text-encoding": "npm:text-encoder-lite@^1.0.1",
"docximager": {
"xml2js": "^0.5.0"
},
"tar-fs": "3.1.0",
"ws": "8.18.3",
"xml2js": "^0.6.2",
"inflight": "npm:lru-cache@^10.2.0",
"rimraf": "6.0.1",
"glob": "11.0.3",
"fstream": "npm:fs-extra@^11.0.0",
"puppeteer": "24.20.0",
"fluent-ffmpeg": "npm:ffmpeg-static@^5.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
"@nlpjs/xtables": {
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
}
}
}