-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 863 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
{
"name": "webrtc-datachannel",
"description": "It's a modern and simple library of webrtc data channels for comfortable use it in node js and browsers.",
"version": "0.2.2",
"author": "MaxSvargal <[email protected]>",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "yarn build"
},
"devDependencies": {
"@types/es6-promise": "^3.3.0",
"@types/jest": "^23.3.10",
"@types/lz-string": "^1.3.32",
"@types/node": "^10.12.15",
"@types/qrcode": "^1.3.0",
"fuse-box": "^3.7.0-next.11",
"jest": "^23.6.0",
"lz-string": "^1.4.4",
"nodejs-websocket": "^1.7.2",
"qrcode": "^1.3.2",
"readline": "^1.3.0",
"ts-jest": "^23.10.5",
"ts-node": "^7.0.1",
"typescript": "^3.2.2",
"wrtc": "^0.3.2"
},
"dependencies": {}
}