UNPKG

@webex/webex-server

Version:

.

90 lines 2.81 kB
{ "name": "@webex/webex-server", "description": ".", "license": "MIT", "contributors": [ "Matt Norris <matnorri@cisco.com> (http://mattnorris.me)", "Ian W. Remmel <iremmel@cisco.com>" ], "main": "dist/index.js", "devMain": "src/index.js", "bin": "./bin/webex-server", "repository": "https://github.com/webex/webex-js-sdk/tree/master/packages/@webex/webex-server", "engines": { "node": ">=14" }, "browserify": { "transform": [ "babelify", "envify" ] }, "keywords": [ "api", "cisco", "sdk", "web", "webex", "cli", "http", "http-server", "server" ], "devDependencies": { "@babel/core": "^7.17.10", "@babel/polyfill": "^7.12.1", "@webex/babel-config-legacy": "0.0.0", "@webex/eslint-config-legacy": "0.0.0", "@webex/jest-config-legacy": "0.0.0", "@webex/legacy-tools": "0.0.0", "@webex/test-helper-chai": "3.8.1", "@webex/test-helper-mocha": "3.8.1", "@webex/test-helper-mock-webex": "3.8.1", "@webex/test-helper-test-users": "3.8.1", "eslint": "^8.24.0", "prettier": "^2.7.1" }, "dependencies": { "@webex/internal-plugin-avatar": "3.8.1", "@webex/internal-plugin-board": "3.8.1", "@webex/internal-plugin-calendar": "3.8.1", "@webex/internal-plugin-conversation": "3.8.1", "@webex/internal-plugin-device": "3.8.1", "@webex/internal-plugin-encryption": "3.8.1", "@webex/internal-plugin-feature": "3.8.1", "@webex/internal-plugin-flag": "3.8.1", "@webex/internal-plugin-mercury": "3.8.1", "@webex/internal-plugin-metrics": "3.8.1", "@webex/internal-plugin-search": "3.8.1", "@webex/internal-plugin-support": "3.8.1", "@webex/internal-plugin-team": "3.8.1", "@webex/internal-plugin-user": "3.8.1", "@webex/plugin-authorization-node": "3.8.1", "@webex/plugin-logger": "3.8.1", "@webex/webex-core": "3.8.1", "body-parser": "^1.19.0", "compression": "^1.7.4", "cors": "^2.8.5", "errorhandler": "^1.5.1", "express": "^4.19.2", "express-session": "^1.16.2", "express-validator": "^5.3.1", "lodash": "^4.17.21", "morgan": "^1.9.1", "on-finished": "^2.3.0", "request-id": "^0.11.1", "response-time": "^2.3.2", "supertest": "^3.4.2", "uuid": "^3.3.2" }, "scripts": { "build": "yarn build:src", "build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps", "deploy:npm": "yarn npm publish", "test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser", "test:browser": "webex-legacy-tools test --integration --runner karma", "test:integration": "webex-legacy-tools test --integration --runner mocha", "test:style": "eslint ./src/**/*.*" }, "version": "3.8.1" }