-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 868 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 868 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
37
38
39
{
"name": "nodesocket",
"version": "1.0.0",
"description": "Standalone WebSocket server for AVideo",
"main": "server.js",
"bin": "server.js",
"scripts": {
"build": "node build.js"
},
"keywords": [
"websocket",
"avideo",
"socket.io",
"nodejs"
],
"author": "Daniel Neto",
"license": "MIT",
"dependencies": {
"chalk": "^5.4.1",
"dotenv": "^16.4.7",
"gradient-string": "^3.0.0",
"mysql2": "^3.14.0",
"nodesocket": "file:",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"ws": "^8.18.1"
},
"devDependencies": {
"esbuild": "^0.25.1",
"pkg": "^5.8.1"
},
"pkg": {
"assets": [],
"targets": [
"node18-linux-x64"
],
"outputPath": "dist"
}
}