{ "name": "@scrypted/client", "version": "1.1.43", "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.0", "@types/node": "^18.14.2", "typescript": "^4.9.5" }, "dependencies": { "@scrypted/types": "^0.2.76", "axios": "^0.25.0", "engine.io-client": "^6.4.0", "rimraf": "^3.0.2" } }