{ "name": "@scrypted/client", "version": "1.3.5", "description": "", "main": "dist/packages/client/src/index.js", "scripts": { "prebuild": "rimraf dist", "build": "tsc --outDir dist", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "@types/ip": "^1.1.3", "@types/node": "^20.11.30", "ts-node": "^10.9.2", "typescript": "^5.4.3" }, "dependencies": { "@scrypted/types": "^0.3.27", "engine.io-client": "^6.5.3", "follow-redirects": "^1.15.6", "rimraf": "^5.0.5" } }