{ "name": "@scrypted/client", "version": "1.1.36", "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/adm-zip": "^0.4.34", "@types/ip": "^1.1.0", "@types/node": "^17.0.17", "typescript": "^4.7.4" }, "dependencies": { "@scrypted/types": "^0.2.50", "adm-zip": "^0.5.9", "axios": "^0.25.0", "engine.io-client": "^6.2.2", "linkfs": "^2.1.0", "memfs": "^3.4.1", "rimraf": "^3.0.2" } }