File size: 330 Bytes
6bdac06
 
 
 
 
 
 
 
 
 
 
490bacc
 
 
 
 
6bdac06
490bacc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "claudeServicee",
  "version": "1.0.0",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "start": "node index.js"
  },
  "author": "yxmiler",
  "dependencies": {
    "cors": "^2.8.5",
    "crypto": "^1.0.1",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "uuid": "^9.0.0",
    "ws": "^8.18.0"
  }
}