-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.07 KB
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
{
"name": "easy-socket-event",
"version": "2.0.30",
"description": "",
"types": "index.d.ts",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"start-server": "concurrently --kill-others \"npx tsc -w\" \"npx nodemon dist/example/server.js\"",
"start-client": "node dist/example/client.js"
},
"dependencies": {
"socket.io": "^4.7.2"
},
"devDependencies": {
"typescript": "^5.1.6",
"inquirer": "^9.2.10",
"net": "^1.0.2",
"express": "^4.18.2",
"blessed": "^0.1.81",
"blessed-contrib": "^4.11.0",
"concurrently": "^8.2.0",
"prompt-sync": "^4.2.0",
"readline": "^1.3.0",
"readline-sync": "^1.4.10",
"socket.io-client": "^4.7.2",
"crypto": "^1.0.1",
"@types/ws": "^8.5.5",
"@types/inquirer": "^9.0.3",
"@types/node": "^20.5.1",
"ts-node": "^10.9.1"
},
"author": "Steeoghr",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Steeoghr/socket-event.git"
},
"bugs": {
"url": "https://github.com/Steeoghr/socket-event/issues"
}
}