gub/package.json
2025-05-23 16:36:20 -04:00

27 lines
531 B
JSON

{
"name": "gub",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.5.0",
"express": "^5.1.0",
"ws": "^8.18.2"
},
"devDependencies": {
"@eslint/css": "^0.8.1",
"@eslint/js": "^9.27.0",
"@eslint/json": "^0.12.0",
"eslint": "^9.27.0",
"globals": "^16.1.0",
"nodemon": "^3.1.10",
"prettier": "^3.5.3"
}
}