-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.02 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": "syncsocketio",
"version": "1.0.9",
"description": "'syncsocketio' makes ensurly reach the messages and treat the solicited messages.",
"main": "./dist/syncsocketio.js",
"scripts": {
"build-test": "tsc && webpack --mode development",
"build": "tsc",
"prepare": "tsc"
},
"license": "MIT",
"homepage": "https://github.com/codianz/syncsocketio",
"repository": {
"type": "git",
"url": "git://github.com/codianz/syncsocketio.git"
},
"bugs": {
"url": "https://github.com/codianz/syncsocketio/issues"
},
"author": "terukazu.inoue@codianz.com",
"keywords": [
"socket.io",
"wrap",
"guarantee",
"ensure",
"reach",
"synchronous",
"reconnect"
],
"dependencies": {
"rxjs": "^6.5.4",
"uuid": "^7.0.1"
},
"devDependencies": {
"@types/socket.io": "^2.1.4",
"@types/socket.io-client": "^1.4.32",
"@types/uuid": "^8.0.0",
"typescript": "^3.9.5"
},
"optionalDependencies": {
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0"
}
}