anistream/package.json
2025-06-16 03:36:32 -07:00

18 lines
312 B
JSON

{
"name": "wstest",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"express-session": "^1.18.1",
"nodemon": "^2.0.22",
"ws": "^8.13.0"
}
}