{ "name": "botserver", "version": "1.7.6", "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 ", "João Ferreira ", "Jorge Ramos " ], "engines": { "node": "=10.15.2" }, "license": "AGPL-3.0", "preferGlobal": true, "bin": { "gbot": "./boot.js" }, "repository": { "type": "git", "url": "https://github.com/pragmatismo-io/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 && npm run build-docs", "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": "nyc --reporter=html --reporter=text mocha -r ts-node/register packages/**/*.test.ts ", "pretest": "npm run build", "coveralls": "npm run test && nyc report --reporter=text-lcov | coveralls", "start": "node ./boot.js", "watch:build": "tsc --watch", "watch:server": "nodemon './dist/index.js' --watch './dist'", "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/arm-cognitiveservices": "4.0.0", "@azure/ms-rest-js": "^2.0.4", "@microsoft/microsoft-graph-client": "^2.0.0", "adal-node": "0.2.1", "async": "^3.1.0", "async-promises": "0.2.2", "azure-arm-resource": "7.3.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", "bluebird": "^3.7.2", "body-parser": "1.19.0", "botbuilder": "^4.7.0", "botbuilder-ai": "^4.7.0", "botbuilder-azure": "^4.7.0", "botbuilder-dialogs": "^4.7.0", "botframework-connector": "^4.7.0", "botlib": "1.2.4", "chai": "4.2.0", "child_process": "1.0.2", "chokidar": "^3.3.1", "cli-spinner": "0.2.10", "commonmark": "0.29.0", "csv-parse": "^4.8.3", "dotenv-extended": "^2.7.1", "exceljs": "^3.5.0", "express": "4.17.1", "express-promise-router": "3.0.3", "express-remove-route": "1.0.0", "fs-extra": "8.1.0", "ip": "1.1.5", "js-beautify": "1.10.2", "localize": "0.4.7", "marked": "^0.8.0", "mocha": "6.2.2", "mocha-typescript": "1.1.17", "ms": "2.1.2", "ms-rest-azure": "^3.0.0", "nexmo": "^2.5.2", "ngrok": "^3.2.7", "npm": "^6.13.4", "npm-check": "^5.9.0", "nyc": "^15.0.0", "opn": "6.0.0", "pragmatismo-io-framework": "1.0.20", "process-exists": "^4.0.0", "public-ip": "^4.0.0", "reflect-metadata": "0.1.13", "request-promise": "4.2.5", "request-promise-native": "1.0.8", "rimraf": "^3.0.0", "scanf": "^1.1.1", "sequelize": "^5.21.3", "sequelize-typescript": "^1.1.0", "shx": "0.3.2", "simple-git": "^1.129.0", "sppull": "2.5.1", "sqlite3": "^4.1.1", "strict-password-generator": "1.1.2", "swagger-client": "^3.9.6", "tedious": "^6.6.5", "temperature-js": "0.1.0", "ts-node": "^8.5.4", "typedoc": "^0.15.6", "typedoc-plugin-external-module-name": "2.1.0", "typedoc-plugin-markdown": "^2.2.14", "typescript": "^3.7.4", "url-join": "4.0.1", "vbscript-to-typescript": "1.0.8", "wait-until": "0.0.2", "walk-promise": "0.2.0", "winston": "3.2.1", "xlsx": "^0.15.4" }, "devDependencies": { "@semantic-release/changelog": "^3.0.6", "@semantic-release/commit-analyzer": "6.3.3", "@semantic-release/git": "7.0.18", "@semantic-release/github": "^5.5.8", "@semantic-release/npm": "^5.3.5", "@semantic-release/release-notes-generator": "^7.3.5", "@types/chai": "^4.2.7", "@types/mocha": "5.2.7", "@types/sequelize": "^4.28.8", "@types/url-join": "4.0.0", "@types/winston": "2.4.4", "ban-sensitive-files": "1.9.2", "commitizen": "^4.0.3", "coveralls": "^3.0.9", "cz-conventional-changelog": "^3.0.2", "dependency-check": "^4.1.0", "deps-ok": "1.4.1", "git-issues": "1.3.1", "license-checker": "25.0.1", "nsp": "3.2.1", "pre-git": "3.17.1", "prettier-standard": "^16.1.0", "semantic-release": "^15.14.0", "standard": "^14.3.1", "travis-deploy-once": "5.0.11", "ts-loader": "6.2.1", "tslint": "5.20.1", "tslint-microsoft-contrib": "6.2.0" }, "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": [ "npm prune", "git add packages/*.ts", "npm run ban" ], "pre-push": [ "echo skip npm run unused-deps", "echo skip npm npm run secure", "echo skip npm run license", "echo skip npm run ban -- --all", "echo skip run size" ], "post-commit": [], "post-checkout": [], "post-merge": [] } } }