{ "name": "botserver", "version": "0.0.31", "description": "General Bot Community Edition open-core server.", "main": "./src/app.ts", "homepage": "http://www.generalbot.com", "contributors": [ "Rodrigo Rodriguez ", "Jorge Ramos " ], "license": "AGPL-3.0", "preferGlobal": true, "bin": { "gbot": "./dist/src/app.js" }, "repository": { "type": "git", "url": "https://github.com/pragmatismo-io/BotServer.git" }, "scripts": { "clean": "rimraf dist", "start": "node ./dist/src/app.js", "startIde": "npm-run-all clean --parallel watch:build watch:server --print-label", "watch:build": "tsc --watch", "watch:server": "nodemon './dist/index.js' --watch './dist'", "test": "mocha -r ts-node/register deploy/**/*.test.ts", "build-docs": "typedoc --options typedoc.json src/" }, "engines": { "node": ">=8.9.4" }, "dependencies": { "async": "^2.6.1", "body-parser": "^1.18.3", "botbuilder": "^3.15.0", "botlib": "^0.0.33", "chokidar": "^2.0.3", "csv-parse": "^2.4.0", "dotenv-extended": "^2.0.2", "express": "^4.16.2", "fs-extra": "^6.0.1", "fs-walk": "^0.0.2", "marked": "^0.3.12", "pragmatismo-io-framework": "^1.0.15", "reflect-metadata": "^0.1.12", "request-promise-native": "^1.0.5", "sequelize": "^4.37.10", "sequelize-typescript": "^0.6.5", "sqlite3": "^4.0.0", "swagger-client": "^2.1.18", "tedious": "^2.1.1", "url-join": "^4.0.0", "wait-until": "^0.0.2", "winston": "^2.4.2" }, "devDependencies": { "@types/chai": "^4.1.3", "@types/mocha": "^5.2.0", "@types/sequelize": "^4.27.20", "@types/url-join": "^0.8.2", "@types/winston": "^2.3.9", "chai": "^4.1.2", "mocha": "^5.2.0", "mocha-typescript": "^1.1.14", "ts-node": "^6.0.5", "typedoc": "^0.11.1", "typescript": "^2.9.2" } }