{ "name": "clisite", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "express": "^4.18.1", "serialize-anything": "^1.1.10", "socket.io": "^4.5.1" }, "devDependencies": { "@types/express": "^4.17.13", "typescript": "^4.7.3" } }