-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
125 lines (125 loc) · 4.76 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "plivo-browser-sdk",
"title": "plivo-browser-sdk",
"version": "2.2.15",
"description": "This library allows you to connect with plivo's voice enviroment from browser",
"main": "./dist/plivobrowsersdk.js",
"types": "index.d.ts",
"scripts": {
"start": "webpack-dev-server --env.development --env.PLIVO_ENV=production",
"build:es5": "babel lib -d types/lib",
"build:ts": "./node_modules/typescript/bin/tsc",
"clean:ts": "rm -rf types",
"build:me": "webpack lib/rnnoise/workletProcessor.ts ./bundling.js",
"build:webpack": "webpack --env.production --env.PLIVO_ENV=production",
"build": "npm-run-all build:webpack clean:ts",
"build:sellular": "npm-run-all build:ts build:es5",
"build:npm": "webpack --env.production --env.npm --env.PLIVO_ENV=production",
"build:nominify": "webpack --env.production --env.nominify --env.PLIVO_ENV=production",
"publish:npm": "rm -rf dist && npm run build:npm && npm publish",
"publish:npm_beta": "rm -rf dist && npm run build:npm && npm publish --tag beta",
"test": "npm-run-all test:integration test:unit",
"test:unit": "export USERAGENT_OS=darwin && jest --testPathPattern=test/unit/ --coverage --colors",
"test:unit-jenkins": "export USERAGENT_OS=linux && jest --testPathPattern=test/unit/ --coverage --colors",
"test:integration": "karma start --single-run --browsers ChromeWebRTC karma.conf.js",
"test:integration-safari": "karma start --single-run --browsers Safari karma.conf.js",
"beta-version-patch": "npm version $(semver $npm_package_version -i prerelease --preid beta)",
"beta-version-minor": "npm version $(semver $npm_package_version -i preminor --preid beta)",
"beta-version-major": "npm version $(semver $npm_package_version -i premajor --preid beta)",
"rc-version": "npm version $(semver $npm_package_version -i prerelease --preid rc)",
"final-release": "npm version $(semver $npm_package_version -i)",
"semver": "npm version $(semver $npm_package_version -i $release --preid $preid)",
"lint": "eslint lib --ext .ts"
},
"jest": {
"preset": "ts-jest"
},
"author": "Plivo",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/plivo/plivo-websdk-2.0-example/issues"
},
"homepage": "https://www.plivo.com/docs/sdk/web/",
"pre-commit": [
"lint",
"test:unit",
"build"
],
"dependencies": {
"@types/audioworklet": "^0.0.50",
"@types/emscripten": "^1.39.8",
"compare-versions": "^3.6.0",
"debug": "^4.2.0",
"events": "^3.2.0",
"null-loader": "4.0.1",
"sdp-transform": "^2.14.0",
"semver-parser": "^3.0.5",
"plivo-jssip": "^1.0.5",
"uuid": "^8.3.0",
"wasm-feature-detect": "^1.5.1",
"wasm-pack": "^0.12.1",
"webrtc-adapter": "^7.7.0"
},
"devDependencies": {
"@types/chrome": "0.0.123",
"@types/jest": "^26.0.14",
"@types/mocha": "^8.2.0",
"@types/node": "^14.11.1",
"@types/terser-webpack-plugin": "^5.0.2",
"@types/webpack": "^4.41.26",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"awesome-typescript-loader": "^5.2.1",
"babel-cli": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"chai": "^4.2.0",
"create-file-webpack": "^1.0.2",
"dotenv": "^8.2.0",
"dts-bundle": "^0.7.3",
"envify": "^4.1.0",
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-airbnb-typescript": "^10.0.0",
"eslint-plugin-import": "^2.22.0",
"file-loader": "^6.2.0",
"jest": "^26.4.2",
"karma": "^5.2.3",
"karma-browserify": "^7.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-html-reporter": "^0.2.7",
"karma-jasmine-html-reporter": "^1.5.4",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-safari-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-spec-reporter": "0.0.32",
"karma-summary-reporter": "^2.0.0",
"karma-typescript": "^5.2.0",
"karma-typescript-es6-transform": "^5.2.0",
"mkdirp": "^1.0.4",
"mocha": "^8.1.3",
"npm-run-all": "^4.1.5",
"pre-commit": "^1.2.2",
"replace-in-file-webpack-plugin": "^1.0.6",
"script-loader": "^0.7.2",
"sinon": "^9.2.3",
"source-map-loader": "^1.1.0",
"string-replace-loader": "^2.3.0",
"string-replace-webpack-plugin": "^0.1.3",
"terser-webpack-plugin": "^4.2.2",
"ts-jest": "^26.4.0",
"ts-node": "^9.0.0",
"tsify": "^5.0.2",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^4.0.3",
"wasm-feature-detect": "^1.5.1",
"webpack": "^4.47.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}