-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
37 lines (37 loc) · 939 Bytes
/
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
{
"name": "kik-node-api",
"version": "5.0.0-beta.3",
"description": "An API for creating kik bots (and other stuff)",
"repository": {
"type": "git",
"url": "git+https://github.com/YassienW/kik-node-api.git"
},
"bugs": {
"url": "https://github.com/YassienW/kik-node-api/issues"
},
"homepage": "https://github.com/YassienW/kik-node-api#readme",
"main": "src/kikClient.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Yassien",
"license": "AGPL-3.0-only",
"dependencies": {
"axios": "^0.19.2",
"big-integer": "^1.6.48",
"binascii": "0.0.2",
"blockhash": "^0.2.0",
"crypto-js": "^3.3.0",
"hex2dec": "^1.1.2",
"jpeg-js": "^0.4.3",
"jssoup": "0.0.10",
"png-js": "^1.0.0",
"protobufjs": "^6.10.2",
"sharp": "^0.25.4",
"uuid": "^3.4.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}