-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.31 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
{
"name": "@gurupras/webrtc-simple-peer",
"version": "0.11.1",
"description": "A simple-peer implementation of AbstractWebRTC",
"main": "index.js",
"scripts": {
"test": "jest",
"debug:test": "node --inspect-brk=:9634 ./node_modules/.bin/jest --coverage=false"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gurupras/webrtc-simple-peer.git"
},
"author": "Guru Prasad Srinivasa",
"license": "MIT",
"bugs": {
"url": "https://github.com/gurupras/webrtc-simple-peer/issues"
},
"homepage": "https://github.com/gurupras/webrtc-simple-peer#readme",
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@gurupras/test-helpers": "^0.5.0",
"@types/jest": "^27.5.2",
"babel-jest": "^27.5.1",
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-jest": "^27.2.1",
"jest": "^27.5.1",
"jest-extended": "^2.0.0"
},
"dependencies": {
"@gurupras/abstract-webrtc": "^0.5.1",
"async-lock": "^1.3.2",
"debug-logger": "^0.4.1",
"deepmerge": "^4.2.2",
"nanoid": "^3.3.4",
"@gurupras/simple-signal-client": "^3.0.1",
"@gurupras/simple-signal-server": "^3.0.1"
}
}