-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 960 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 960 Bytes
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
44
45
46
47
48
{
"name": "newchat.js",
"version": "1.1.0",
"description": "Unofficial Node.js wrapper for NewChat API",
"main": "src/index.js",
"files": [
"src/",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KaiyoDev/newchat.js.git"
},
"keywords": [
"newchat",
"newchat.vn",
"api",
"chat",
"wrapper",
"unofficial",
"nodejs",
"bot",
"websocket",
"messaging"
],
"author": "KaiyoDang",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"bugs": {
"url": "https://github.com/KaiyoDev/newchat.js/issues"
},
"homepage": "https://kaiyodev.github.io/newchat.js/",
"dependencies": {
"@msgpack/msgpack": "^3.1.3",
"axios": "^1.13.5",
"axios-cookiejar-support": "^6.0.5",
"form-data": "^4.0.5",
"tough-cookie": "^6.0.0",
"uuid": "^13.0.0",
"ws": "^8.19.0"
}
}