-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 916 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
40
{
"name": "@socketsupply/socket-conduit-rpc",
"version": "0.1.2",
"description": "A RPC client for connecting to a Socket Runtime application conduit.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node test.js"
},
"keywords": [
"socket",
"runtime",
"conduit",
"websocket",
"client",
"rpc",
"ipc"
],
"author": "Joseph Werle <[email protected]>",
"license": "MIT",
"dependencies": {
"ws": "^8.18.0"
},
"devDependencies": {
"@types/node": "^22.9.3",
"standard": "^17.1.2"
},
"directories": {
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/socketsupply/socket-conduit-rpc.git"
},
"bugs": {
"url": "https://github.com/socketsupply/socket-conduit-rpc/issues"
},
"homepage": "https://github.com/socketsupply/socket-conduit-rpc#readme"
}