forked from ant-media/StreamApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.01 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.01 KB
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
{
"name": "@antmedia/webrtc_adaptor",
"version": "2.5.3",
"description": "WebRTC Adaptor for implementing a front end using Ant Media Server.",
"main": "dist/webrtc_adaptor.js",
"module": "dist/es/webrtc_adaptor.js",
"browser": "dist/browser/webrtc_adaptor.js",
"type": "commonjs",
"directories": {
"doc": "doc"
},
"scripts": {
"compile": "rollup -c rollup.config.module.js && rollup -c rollup.config.browser.js ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ant-media/StreamApp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ant-media/StreamApp/issues"
},
"homepage": "https://github.com/ant-media/StreamApp#readme",
"devDependencies": {
"@babel/core": "^7.21.5",
"@babel/preset-env": "^7.21.5",
"@rollup/plugin-babel": "^6.0.3",
"rollup": "^3.21.2"
},
"dependencies": {}
}