-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 861 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
38
39
{
"name": "@ruby-s/use-rtc",
"version": "1.2.1",
"description": "React hook to connect to WebRTC",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juyeong-s/RTC.git"
},
"author": "juyeong-s",
"license": "MIT",
"keywords": [
"React",
"Hook",
"WebRTC",
"useRTC"
],
"bugs": {
"url": "https://github.com/juyeong-s/RTC/issues"
},
"homepage": "https://github.com/juyeong-s/RTC#readme",
"dependencies": {
"socket.io-client": "^4.5.4",
"typescript": "^4.9.3"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26"
}
}