-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
37 lines (37 loc) · 993 Bytes
/
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
{
"name": "ZLMRTCClient.js",
"title": "ZLM RTC player and pusher JavaScript SDK",
"description": "ZLM RTC player and pusher JavaScript SDK",
"version": "1.1.2",
"homepage": "",
"author": "xiong_panda",
"contributors": [],
"keywords": [
"webrtc",
"ZLMediakit"
],
"dependencies": {
"axios": "^0.27.2",
"es6-promise": "^4.2.5",
"webrtc-adapter": "^7.7.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.24.7",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-eslint": "^8.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
"acorn": "^6.0.2",
"rollup": "^2.43.0",
"rollup-watch": "^4.3.1"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c --watch",
"pro": "rollup -c --environment NODE_ENV:production",
"lint": "eslint -c .eslintrc.json ./src/"
}
}