@webex/webex-core
Version:
Plugin handling for Cisco Webex
77 lines • 2.59 kB
JSON
{
"name": "@webex/webex-core",
"description": "Plugin handling for Cisco Webex",
"license": "MIT",
"contributors": [
"Adam Weeks <adweeks@cisco.com> (https://adamweeks.com/)",
"Andrew Holsted <holsted@cisco.com>",
"Arun Ganeshan <arungane@cisco.com>",
"Christopher DuBois <chdubois@cisco.com> (https://chrisadubois.github.io/)",
"Ian W. Remmel (https://www.ianwremmel.com)",
"Matt Norris <matnorri@cisco.com> (http://mattnorris.me)",
"Moriah Maney <momaney@cisco.com>",
"Taymoor Khan <taykhan@cisco.com>"
],
"main": "dist/index.js",
"devMain": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/webex/webex-js-sdk.git",
"directory": "packages/@webex/webex-core"
},
"engines": {
"node": ">=16"
},
"browserify": {
"transform": [
"babelify",
"envify"
]
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@sinonjs/fake-timers": "^6.0.1",
"@webex/babel-config-legacy": "0.0.0",
"@webex/eslint-config-legacy": "0.0.0",
"@webex/internal-plugin-device": "3.9.0",
"@webex/jest-config-legacy": "0.0.0",
"@webex/legacy-tools": "0.0.0",
"@webex/plugin-logger": "3.9.0",
"@webex/test-helper-chai": "3.9.0",
"@webex/test-helper-make-local-url": "3.9.0",
"@webex/test-helper-mocha": "3.9.0",
"@webex/test-helper-mock-webex": "3.9.0",
"@webex/test-helper-refresh-callback": "3.9.0",
"@webex/test-helper-test-users": "3.9.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"eslint": "^8.24.0",
"prettier": "^2.7.1",
"sinon": "^9.2.4"
},
"dependencies": {
"@webex/common": "3.9.0",
"@webex/common-timers": "3.9.0",
"@webex/http-core": "3.9.0",
"@webex/storage-adapter-spec": "3.9.0",
"ampersand-collection": "^2.0.2",
"ampersand-events": "^2.0.2",
"ampersand-state": "^5.0.3",
"core-decorators": "^0.20.0",
"crypto-js": "^4.1.1",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"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/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
},
"version": "3.9.0"
}