File size: 656 Bytes
a7476ec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "name": "sockets",
    "version": "1.0.0",
    "main": "index.js",
    "scripts": {
        "dev": "npm run build && npm run start",
        "start": "node dist/index.js",
        "build": "tsc",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [],
    "type": "module",
    "author": "",
    "license": "ISC",
    "description": "",
    "dependencies": {
        "ws": "^8.19.0"
    },
    "devDependencies": {
        "@types/express": "^5.0.6",
        "@types/node": "^25.1.0",
        "@types/ws": "^8.18.1",
        "prettier": "^3.8.1",
        "typescript": "^5.9.3",
        "wrangler": "^4.61.1"
    }
}