UNPKG

@cse-public/webex-node-bot-framework

Version:
56 lines (55 loc) 2.19 kB
{ "name": "@cse-public/webex-node-bot-framework", "version": "2.3.7", "description": "Webex Teams Bot Framework for Node JS", "main": "index.js", "scripts": { "test": "mocha test/bot-tests.js --timeout 50000 --exit", "test-invalid-config": "mocha test/invalid-config-tests.js --timeout 50000 --exit", "test-as-user": "mocha test/integration-tests.js --timeout 50000 --exit", "test-mongo": "mocha test/mongo-tests.js --timeout 50000 --exit", "test-late-discovery": "mocha test/late-discovery-tests.js --timeout 50000 --exit", "test-membership-rules": "mocha test/membership-rules-tests.js --timeout 50000 --exit", "test-guide-mode-rules": "mocha test/guide-rules-tests.js --timeout 50000 --exit", "test-all": "mocha test/bot-tests.js --timeout 50000 --exit; node_modules/.bin/mocha test/invalid-config-tests.js --timeout 50000 --exit; node_modules/.bin/mocha test/integration-tests.js --timeout 50000 --exit; node_modules/.bin/mocha test/mongo-tests.js --timeout 50000 --exit; node_modules/.bin/mocha test/late-discovery-tests.js --timeout 50000 --exit; node_modules/.bin/mocha test/membership-rules-tests.js --timeout 50000 --exit; node_modules/.bin/mocha test/guide-rules-tests.js --timeout 50000 --exit", "build": "cd docs && ./build.sh && cd .." }, "repository": { "type": "git", "url": "git+https://github.com/webex/webex-node-bot-framework.git" }, "keywords": [ "bot", "bot framework", "webex", "webex teams", "cisco" ], "bugs": { "url": "https://github.com/WebexSamples/webex-node-bot-framework/issues" }, "homepage": "https://github.com/WebexSamples/webex-node-bot-framework#readme", "author": "JP Shipherd <jpbulk@gmail.com>", "license": "MIT", "dependencies": { "clean": "^4.0.2", "https-proxy-agent": "^5.0.0", "moment": "^2.24.0", "mongodb": "^3.5.7", "url": "^0.11.0", "validator": "^13.6.0", "webex": "^1.99.0", "when": "^3.7.8" }, "devDependencies": { "doctoc": "^1.2.0", "dotenv": "^10.0.0", "jsdoc-to-markdown": "^7.0.1", "mocha": "^8.4.0" }, "directories": { "doc": "docs", "lib": "lib", "test": "test" } }