-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 782 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 782 Bytes
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
{
"name": "client",
"version": "1.0.0",
"description": "Client module for the tria messenger",
"main": "dist/index.js",
"files": [
"dist"
],
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@types/crypto-js": "^4.0.1",
"@types/socket.io": "^2.1.13",
"@types/socket.io-client": "^1.4.35",
"@types/supports-color": "^8.1.0",
"@types/uuid": "^8.3.0",
"axios": "^0.21.1",
"bufferutil": "^4.0.3",
"crypto-js": "^4.0.0",
"socket.io": "^3.1.1",
"socket.io-client": "^2.3.0",
"supports-color": "^8.1.1",
"tslib": "^2.1.0",
"typed-emitter": "^1.3.1",
"utf-8-validate": "^5.0.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^14.14.37",
"typescript": "^4.3.5"
}
}