266 lines
7.4 KiB
JSON
266 lines
7.4 KiB
JSON
{
|
|
"name": "botserver",
|
|
"version": "2.0.178",
|
|
"description": "General Bot Community Edition open-core server.",
|
|
"main": "./boot.js",
|
|
"bugs": "https://github.com/pragmatismo-io/BotServer/issues",
|
|
"homepage": "https://github.com/pragmatismo-io/BotServer/#readme",
|
|
"contributors": [
|
|
"Rodrigo Rodriguez <me@rodrigorodriguez.com>",
|
|
"João Ferreira <joao.parana@gmail.com>",
|
|
"Jorge Ramos <jramos@pobox.com>",
|
|
"PH <ph.an@outlook.com>",
|
|
"Dário Vieira <dario.junior3@gmail.com>"
|
|
],
|
|
"engines": {
|
|
"node": "=14.19.3"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"preferGlobal": true,
|
|
"private": false,
|
|
"bin": {
|
|
"gbot": "./boot.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/GeneralBots/BotServer.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "shx rm -rf node_modules/ dist/ docs/reference",
|
|
"tslint": "tslint --fix ./src/*.ts ./packages/**/*.ts -t verbose -e ./packages/default.gbui/**/* -e ./packages/**/*.gbdialog/**/*",
|
|
"build": "npm install && npm run build-server && npm run build-gbui",
|
|
"build-server": "tsc",
|
|
"build-gbui": "cd packages/default.gbui && echo SKIP_PREFLIGHT_CHECK=true >.env && npm install && npm run build",
|
|
"build-docs": "typedoc --options typedoc.json src/",
|
|
"test": "node test.js",
|
|
"start": "node ./boot.js",
|
|
"reverse-proxy": "node_modules/.bin/ngrok http 4242",
|
|
"watch:build": "tsc --watch",
|
|
"posttypedoc": "shx cp .nojekyll docs/reference/.nojekyll",
|
|
"ban": "ban",
|
|
"issues": "git-issues",
|
|
"license": "license-checker --production --onlyunknown --csv",
|
|
"pretty": "prettier-standard 'src/*.ts' 'packages/**/*.ts'",
|
|
"secure": "nsp check",
|
|
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
|
|
"unused-deps": "dependency-check --unused --no-dev ./package.json",
|
|
"travis-deploy-once": "travis-deploy-once --pro",
|
|
"semantic-release": "semantic-release",
|
|
"commit": "git-cz"
|
|
},
|
|
"dependencies": {
|
|
"@azure/cognitiveservices-computervision": "8.1.0",
|
|
"@azure/ms-rest-js": "2.5.1",
|
|
"@google-cloud/pubsub": "2.13.0",
|
|
"@google-cloud/translate": "6.2.6",
|
|
"@hubspot/api-client": "5.0.0",
|
|
"@microsoft/microsoft-graph-client": "2.2.1",
|
|
"@semantic-release/changelog": "5.0.1",
|
|
"@semantic-release/exec": "5.0.0",
|
|
"@semantic-release/git": "9.0.0",
|
|
"@sendgrid/mail": "7.4.4",
|
|
"@types/node": "8.0.0",
|
|
"@types/validator": "13.1.4",
|
|
"adal-node": "0.2.2",
|
|
"adm-zip": "0.5.6",
|
|
"alasql": "^1.7.3",
|
|
"any-shell-escape": "0.1.1",
|
|
"async-promises": "0.2.3",
|
|
"azure-arm-cognitiveservices": "3.0.0",
|
|
"azure-arm-resource": "7.4.0",
|
|
"azure-arm-search": "1.3.0-preview",
|
|
"azure-arm-sql": "5.7.0",
|
|
"azure-arm-website": "5.7.0",
|
|
"azure-search-client": "3.1.5",
|
|
"basic-auth": "2.0.1",
|
|
"billboard.js": "^3.4.1",
|
|
"bluebird": "3.7.2",
|
|
"body-parser": "1.19.0",
|
|
"botbuilder": "4.11.0",
|
|
"botbuilder-adapter-facebook": "1.0.11",
|
|
"botbuilder-ai": "4.11.0",
|
|
"botbuilder-dialogs": "4.11.0",
|
|
"botframework-connector": "4.11.0",
|
|
"botlib": "1.10.9",
|
|
"c3-chart-maker": "^0.2.8",
|
|
"cli-progress": "^3.11.2",
|
|
"cli-spinner": "0.2.10",
|
|
"core-js": "3.14.0",
|
|
"data-forge": "^1.9.5",
|
|
"date-diff": "0.2.2",
|
|
"docxtemplater": "^3.31.1",
|
|
"dotenv-extended": "2.9.0",
|
|
"exceljs": "4.2.1",
|
|
"express": "4.17.1",
|
|
"express-remove-route": "1.0.0",
|
|
"ffmpeg-static": "4.3.0",
|
|
"google-libphonenumber": "3.2.21",
|
|
"googleapis": "75.0.0",
|
|
"ibm-watson": "6.1.1",
|
|
"js-beautify": "1.13.13",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "2.0.2",
|
|
"mammoth": "^1.4.21",
|
|
"marked": "2.0.7",
|
|
"momentjs": "2.0.0",
|
|
"ms-rest-azure": "3.0.0",
|
|
"nexmo": "2.9.1",
|
|
"node-cron": "3.0.0",
|
|
"node-nlp": "^3.10.2",
|
|
"node-tesseract-ocr": "^2.2.1",
|
|
"npm": "7.21.0",
|
|
"opn": "6.0.0",
|
|
"pdf-extraction": "1.0.2",
|
|
"pdfkit": "^0.13.0",
|
|
"phone": "2.4.21",
|
|
"pizzip": "^3.0.6",
|
|
"pptxtemplater": "1.0.5",
|
|
"pragmatismo-io-framework": "1.0.20",
|
|
"prism-media": "1.3.1",
|
|
"public-ip": "4.0.4",
|
|
"puppeteer": "13.7.0",
|
|
"puppeteer-extra": "^3.3.4",
|
|
"puppeteer-extra-plugin-stealth": "2.4.5",
|
|
"qrcode": "^1.5.0",
|
|
"qrcode-terminal": "0.12.0",
|
|
"readline": "1.3.0",
|
|
"reflect-metadata": "0.1.13",
|
|
"request-promise": "4.2.5",
|
|
"request-promise-native": "1.0.8",
|
|
"rimraf": "3.0.2",
|
|
"safe-buffer": "5.2.1",
|
|
"scanf": "1.1.2",
|
|
"sequelize": "6.5.0",
|
|
"sequelize-cli": "6.2.0",
|
|
"sequelize-typescript": "2.1.0",
|
|
"simple-git": "2.39.1",
|
|
"speakingurl": "14.0.1",
|
|
"sppull": "2.7.0",
|
|
"ssr-for-bots": "1.0.1-c",
|
|
"strict-password-generator": "1.1.2",
|
|
"swagger-client": "2.1.18",
|
|
"tabulator-tables": "^5.2.6",
|
|
"tedious": "14.0.0",
|
|
"textract": "2.5.0",
|
|
"twitter-api-v2": "1.12.7",
|
|
"typescript": "3.6.4",
|
|
"url-join": "4.0.1",
|
|
"vbscript-to-typescript": "1.0.8",
|
|
"vhost": "^3.0.2",
|
|
"walk-promise": "0.2.0",
|
|
"washyourmouthoutwithsoap": "1.0.2",
|
|
"whatsapp-web.js": "github:pedroslopez/whatsapp-web.js#fix-buttons-list",
|
|
"winston": "^2.4.2",
|
|
"winston-logs-display": "^1.0.0",
|
|
"yarn": "^1.22.19"
|
|
},
|
|
"devDependencies": {
|
|
"@types/puppeteer": "5.4.6",
|
|
"@types/url-join": "4.0.0",
|
|
"@types/winston": "2.4.4",
|
|
"ban-sensitive-files": "1.9.15",
|
|
"commitizen": "4.2.4",
|
|
"cz-conventional-changelog": "3.3.0",
|
|
"dependency-check": "4.1.0",
|
|
"git-issues": "1.3.1",
|
|
"license-checker": "25.0.1",
|
|
"ngrok": "4.0.1",
|
|
"nsp": "3.2.1",
|
|
"prettier-standard": "16.4.1",
|
|
"semantic-release": "17.4.3",
|
|
"simple-commit-message": "4.1.2",
|
|
"travis-deploy-once": "5.0.11",
|
|
"ts-node": "10.0.0",
|
|
"tslint": "6.1.2"
|
|
},
|
|
"eslintConfig": {
|
|
"env": {
|
|
"node": true,
|
|
"es6": true,
|
|
"mocha": true
|
|
},
|
|
"extends": "eslint:recommended",
|
|
"parserOptions": {
|
|
"ecmaVersion": 2017
|
|
},
|
|
"rules": {
|
|
"indent": "off",
|
|
"linebreak-style": [
|
|
"warn",
|
|
"unix"
|
|
],
|
|
"no-unused-vars": [
|
|
"warn"
|
|
],
|
|
"no-undef": [
|
|
"warn"
|
|
],
|
|
"no-console": [
|
|
"warn"
|
|
],
|
|
"no-case-declarations": [
|
|
"warn"
|
|
],
|
|
"no-extra-semi": [
|
|
"warn"
|
|
],
|
|
"no-unreachable": [
|
|
"warn"
|
|
],
|
|
"no-redeclare": [
|
|
"warn"
|
|
],
|
|
"no-useless-escape": [
|
|
"warn"
|
|
],
|
|
"no-constant-condition": [
|
|
"warn"
|
|
]
|
|
}
|
|
},
|
|
"release": {
|
|
"tagFormat": "${version}",
|
|
"debug": true,
|
|
"verifyConditions": [
|
|
"@semantic-release/github"
|
|
],
|
|
"plugins": [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
"@semantic-release/changelog"
|
|
],
|
|
"prepare": [
|
|
"@semantic-release/npm",
|
|
{
|
|
"path": "@semantic-release/exec",
|
|
"cmd": "git status"
|
|
},
|
|
"@semantic-release/changelog",
|
|
{
|
|
"path": "@semantic-release/git",
|
|
"assets": [
|
|
"package.json",
|
|
"CHANGELOG.md"
|
|
]
|
|
}
|
|
],
|
|
"publish": [
|
|
"@semantic-release/npm",
|
|
"@semantic-release/github"
|
|
],
|
|
"analyzeCommits": "simple-commit-message"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
},
|
|
"pre-git": {
|
|
"commit-msg": "simple",
|
|
"pre-commit": [],
|
|
"pre-push": [],
|
|
"post-commit": [],
|
|
"post-checkout": [],
|
|
"post-merge": []
|
|
}
|
|
}
|
|
}
|