UNPKG

@open-wa/wa-automate-socket-client

Version:
44 lines (43 loc) 1.09 kB
{ "name": "@open-wa/wa-automate-socket-client", "version": "3.3.0", "description": "Easily connect to remote instances of the EASY API", "main": "./dist/index.js", "scripts": { "build": "tsc", "test": "npx jest" }, "repository": { "type": "git", "url": "git+https://github.com/open-wa/wa-automate-socket-client-nodejs.git" }, "keywords": [ "wa-automate", "easy-api", "remote", "socket" ], "author": "Mohammed Shah <@smashah>", "publishConfig": { "access": "public" }, "license": "H-DNH V1.0", "bugs": { "url": "https://github.com/open-wa/wa-automate-socket-client-nodejs/issues" }, "homepage": "https://github.com/open-wa/wa-automate-socket-client-nodejs#readme", "dependencies": { "@discordjs/collection": "^0.8.0", "@open-wa/wa-automate-types-only": "*", "debug": "^4.3.4", "eventemitter2": "^6.4.9", "socket.io-client": "^4.6.1", "uuid": "^9.0.0" }, "devDependencies": { "@types/jest": "^29.5.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^4.5.5" } }