{ "name": "linx-sdk", "version": "1.0.0", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "(npx parcel ./index.html) & (npx parcel watch ./index.html)" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/node": "^20.8.9", "@types/socket.io-client": "^3.0.0", "buffer": "^6.0.3", "events": "^3.3.0", "parcel": "^2.10.1", "prettier": "3.0.3", "process": "^0.11.10", "typescript": "^5.2.2" }, "dependencies": { "socket.io-client": "^2.3.1" } }