forked from opentok/opentok-network-test-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "opentok-network-test-js",
"version": "2.4.4",
"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",
"tslint": "./node_modules/tslint/bin/tslint -p tsconfig.json"
},
"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": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/opentok/network-connectivity-js/issues"
},
"homepage": "https://github.com/opentok/network-connectivity-js#readme",
"dependencies": {
"axios": "^0.21.1",
"opentok-solutions-logging": "^1.1.1"
},
"devDependencies": {
"@opentok/client": "^2.21.2",
"@types/expect.js": "^0.3.29",
"@types/jasmine": "^2.8.8",
"@types/jasmine-matchers": "^0.2.30",
"@types/mocha": "^5.2.2",
"@types/node": "^17.0.8",
"@types/opentok": "^2.3.5",
"@types/webrtc": "0.0.31",
"dotenv": "^10.0.0",
"fs-extra": "^10.0.0",
"jasmine": "^2.99.0",
"jasmine-core": "^2.99.1",
"karma": "^6.3.9",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
"karma-mocha-reporter": "^2.2.3",
"karma-safari-launcher": "^1.0.0",
"karma-safaritechpreview-launcher": "0.0.6",
"karma-sauce-launcher": "^1.2.0",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"opentok": "^2.12.1",
"terser-webpack-plugin": "^5.3.0",
"ts-loader": "^9.2.6",
"tslint": "^6.1.3",
"tslint-config-airbnb": "^5.11.2",
"typescript": "4.5.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-node-externals": "^3.0.0"
}
}