-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"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"
}
}