UNPKG

opentok-network-test-js

Version:

Precall network test for applications using the OpenTok platform.

93 lines (92 loc) 2.81 kB
{ "name": "opentok-network-test-js", "version": "3.1.6", "description": "Precall network test for applications using the OpenTok platform.", "main": "dist/NetworkTest/index.js", "types": "dist/NetworkTest/index.d.ts", "scripts": { "build": "rm -rf dist && webpack --config webpack.config.js", "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 sample && npm run build && python -m SimpleHTTPServer", "lint": "npm run tslint", "lint-fix": "npm run tslint-fix", "tslint": "./node_modules/eslint/bin/eslint.js src test/**/*.ts", "tslint-fix": "./node_modules/eslint/bin/eslint.js src test/**/*.ts --fix" }, "repository": { "type": "git", "url": "git+https://github.com/opentok/opentok-network-test-js.git" }, "keywords": [ "tokbox", "opentok", "network test", "connectivity", "webrtc" ], "author": { "name": "TokBox", "email": "contact@tokbox.com" }, "license": "MIT", "bugs": { "url": "https://github.com/opentok/network-connectivity-js/issues" }, "homepage": "https://github.com/opentok/network-connectivity-js#readme", "dependencies": { "axios": "^1.8.3", "opentok-solutions-logging": "^1.1.1", "promise": "^8.0.1" }, "devDependencies": { "@opentok/client": "^2.18.0", "@types/expect.js": "^0.3.29", "@types/jasmine": "^2.8.8", "@types/jasmine-matchers": "^0.2.30", "@types/mocha": "^5.2.2", "@types/node": "^10.3.2", "@types/opentok": "^2.3.4", "@types/promise": "^7.1.30", "@types/webrtc": "^0.0.34", "@typescript-eslint/parser": "^7.6.0", "@typescript-eslint/eslint-plugin": "^7.6.0", "@typescript-eslint/eslint-plugin-tslint": "^7.0.2", "dotenv": "^4.0.0", "eslint": "^8.44.0", "fs-extra": "^4.0.3", "jasmine": "^2.99.0", "jasmine-core": "^2.99.1", "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": "^5.1.4", "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" } } }