-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.43 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
{
"name": "piopiyjs",
"title": "PIOPIY WebRTC SDK for browser",
"version": "0.10.0",
"description": "PIOPIY WebRTC javascript browser SDK",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "npm run test",
"build": "webpack",
"ts-build": "tsc",
"start": "webpack serve --mode development",
"build-node": "babel src --out-dir lib --extensions .js",
"start-node": "node lib/index.js",
"clean": "rimraf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/telecmi/piopiy_client_js.git"
},
"keywords": [
"piopiy",
"voice",
"sdk"
],
"author": "TeleCMI",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/telecmi/piopiy_client_js/issues"
},
"homepage": "https://github.com/telecmi/piopiy_client_js#readme",
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@babel/register": "^7.24.6",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-watch": "^7.8.1",
"rimraf": "^6.0.1",
"typescript": "^5.5.4",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"jssip": "^3.10.1",
"lodash-es": "^4.17.21",
"socket.io-client": "^4.7.5",
"underscore": "^1.13.7"
}
}