-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
35 lines (35 loc) · 920 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
{
"name": "webrtc-ip",
"type": "commonjs",
"main": "dist/webrtc-ip.js",
"types": "dist/webrtc-ip.d.ts",
"author": "Joey Malvinni",
"license": "Apache-2.0",
"version": "4.0.5",
"homepage": "https://github.com/joeymalvinni/webrtc-ip#readme",
"description": "💻 Fast IP client using WebRTC.",
"bugs": {
"url": "https://github.com/joeymalvinni/webrtc-ip/issues"
},
"scripts": {
"start": "cd website && npm run dev"
},
"keywords": [
"webrtc",
"ipv4",
"ip-addresses",
"ip-request",
"webrtc-ip",
"webrtc-ip-addresses"
],
"repository": {
"type": "git",
"url": "git+https://github.com/joeymalvinni/webrtc-ip.git"
},
"devDependencies": {
"next": "*",
"react-syntax-highlighter": "^15.5.0",
"typescript": "^5.5.3",
"webrtc-ip": "^4.0.4"
}
}