UNPKG

@azure/communication-signaling

Version:

Azure Communication Signaling Client

110 lines (109 loc) 4.24 kB
{ "name": "@azure/communication-signaling", "version": "1.0.0-beta.32", "description": "Azure Communication Signaling Client", "sdk-type": "client", "main": "dist/index.js", "types": "types/src/index.d.ts", "scripts": { "build": "tsc -p . && rollup -c 2>&1 && api-extractor run --local", "build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1", "build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1", "build:samples": "cd samples && tsc -p .", "build:test": "tsc -p . && rollup -c rollup.test.config.js 2>&1", "check-format": "prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", "clean": "rimraf dist dist-* types *.tgz *.log", "execute:samples": "echo samples skipped", "extract-api": "tsc -p . && api-extractor run --local", "fetchSpec": "node fetchSwaggerSpec.js", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", "generate-doc": "api-documenter markdown -i temp -o docGen", "integration-test:browser": "echo integration-test:browser skipped", "integration-test:node": "echo integration-test:node skipped", "integration-test": "npm run integration-test:node && npm run integration-test:browser", "karma": "karma start --single-run", "lint:fix": "eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]", "lint": "eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communicationservices-signaling-lintReport.html || exit 0", "pack": "npm pack 2>&1", "prebuild": "npm run clean", "test": "npm run build:test && npm run unit-test && npm run integration-test", "test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser", "test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node", "test:watch": "npm run test -- --watch --reporter min", "unit-test:browser": "karma start --single-run", "unit-test:node": "mocha --reporter ../../common/tools/mocha-multi-reporter.js dist-test/index.node.js", "unit-test": "npm run unit-test:node" }, "files": [ "dist/", "dist-browser/", "types/", "README.md", "NOTICE.txt", "LICENSE", "src" ], "keywords": [ "azure", "cloud", "Azure" ], "author": "Microsoft Corporation", "license": "MIT", "engines": { "node": ">=8.0.0" }, "sideEffects": false, "prettier": "../../common/config/prettier/.prettierrc.json", "dependencies": { "@azure/core-tracing": "^1.0.0", "@azure/logger": "^1.0.0", "@azure/core-auth": "^1.3.0", "@azure/abort-controller": "^1.0.0", "@azure/core-util": "^1.0.0", "events": "^3.0.0", "tslib": "^2.2.0", "uuid": "^8.3.0", "@azure/core-client": "^1.9.2", "@azure/core-rest-pipeline": "^1.16.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-multi-entry": "^4.1.0", "@rollup/plugin-node-resolve": "^7.0.0", "@rollup/plugin-replace": "^2.2.1", "@skype/tstrouter": "^2024.14.0-1.20-h0be64", "@types/mocha": "^10.0.0", "@types/node": "^20.9.0", "@types/sinon": "^17.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "chai": "^4.3.10", "cross-env": "^7.0.2", "eslint": "^8.0.0", "jsonpath-plus": "^10.0.0", "karma": "^6.4.3", "karma-chrome-launcher": "^3.2.0", "karma-coverage": "^2.2.1", "karma-edge-launcher": "^0.4.2", "karma-env-preprocessor": "^0.1.1", "karma-firefox-launcher": "^1.2.0", "karma-ie-launcher": "^1.0.0", "karma-junit-reporter": "^2.0.1", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "karma-remap-istanbul": "^0.0.2", "mocha": "^10.0.0", "mocha-junit-reporter": "^1.23.1", "prettier": "^2.5.1", "rimraf": "^3.0.0", "rollup": "^2.79.2", "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-terser": "^5.3.0", "rollup-plugin-visualizer": "^3.1.1", "sinon": "^19.0.2", "ts-node": "^10.0.0", "typescript": "~5.5.3" } }