UNPKG

opentok-network-test-js

Version:

Precall network test for applications using the OpenTok platform.

99 lines (98 loc) 2.95 kB
{ "name": "opentok-network-test-js", "version": "5.1.5", "description": "Precall network test for applications using the OpenTok platform.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/" ], "scripts": { "build:js": "rm -rf dist && webpack --config webpack.config.mjs --stats-error-details", "build:types": "tsc --project ./tsconfig.json", "build": "npm run build:js && npm run build:types", "test-setup": "node test/setup/setup.js", "test-teardown": "rm test/credentials.json", "karma": "karma start", "test": "npm run test-setup && npm run karma && npm run test-teardown", "example": "npm run build && cd ../../samples/js && npm run build && python -m SimpleHTTPServer", "lint": "npm run tslint", "lint-fix": "npm run tslint-fix", "tslint": "eslint . --ext .js,.ts", "tslint-fix": "eslint . --ext .js,.ts --fix" }, "repository": { "type": "git", "url": "git+https://github.com/opentok/opentok-network-test-js.git" }, "publishConfig": { "access": "public" }, "keywords": [ "tokbox", "opentok", "network test", "connectivity", "webrtc" ], "author": { "name": "Vonage Video API", "email": "support@api.vonage.com" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/opentok/network-connectivity-js/issues" }, "homepage": "https://github.com/opentok/network-connectivity-js#readme", "dependencies": { "@opentok/opentok-solutions-logging": "^1.1.5", "axios": "^1.8.3" }, "devDependencies": { "@changesets/changelog-github": "^0.5.2", "@changesets/cli": "^2.29.8", "@opentok/client": "^2.34.2", "@types/expect.js": "^0.3.29", "@types/jasmine": "^6.0.0", "@types/jasmine-matchers": "^0.2.30", "@types/mocha": "^10.0.10", "@types/node": "^25.6.0", "@typescript-eslint/eslint-plugin": "^7.6.0", "@typescript-eslint/eslint-plugin-tslint": "^7.0.2", "@typescript-eslint/parser": "^7.6.0", "@vonage/server-sdk": "^3.20.0", "dotenv": "^17.0.0", "eslint": "^8.44.0", "jasmine": "^6.0.0", "jasmine-core": "^6.0.0", "karma": "^6.4.2", "karma-chrome-launcher": "^3.2.0", "karma-cli": "^2.0.0", "karma-firefox-launcher": "^2.1.2", "karma-jasmine": "^5.1.0", "karma-mocha-reporter": "^2.2.5", "karma-safari-launcher": "^1.0.0", "karma-safaritechpreview-launcher": "2.0.2", "karma-sauce-launcher": "^4.3.6", "karma-sourcemap-loader": "^0.4.0", "karma-webpack": "^5.0.0", "opentok": "^2.16.0", "terser-webpack-plugin": "^5.3.9", "ts-loader": "^9.5.1", "typescript": "^5.4.5", "webpack": "^5.88.1", "webpack-cli": "^6.0.0", "webpack-node-externals": "^3.0.0" }, "overrides": { "download": { "got": "^11.8.6" }, "find-versions": { "semver-regex": "^4.0.5" }, "bin-check": { "execa": "1.0.0" } } }