localbox/package.json
2025-03-15 09:51:20 -05:00

21 lines
458 B
JSON

{
"name": "box-critters-revival",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon main.js",
"dev": "nodemon main.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"nodemon": "^3.1.7",
"path": "^0.12.7",
"socket.io": "^4.8.1",
"zod": "^3.24.1"
}
}