-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 828 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 828 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
34
35
36
{
"name": "quick-socket",
"version": "1.0.2",
"description": "Integrate Socket.io instantly in any Node.js app — rooms, messages, typing, read receipts in minutes",
"main": "src/index.js",
"types": "src/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Aaromalpm/quick-socket.git"
},
"bugs": {
"url": "https://github.com/Aaromalpm/quick-socket/issues"
},
"homepage": "https://github.com/Aaromalpm/quick-socket#readme",
"keywords": [
"socket.io",
"websocket",
"realtime",
"chat",
"nodejs",
"notifications",
"typing",
"read-receipts",
"rooms"
],
"scripts": {
"test": "node test/test.js"
},
"license": "MIT",
"dependencies": {
"socket.io": "^4.7.2"
},
"devDependencies": {
"socket.io-client": "^4.8.3"
}
}