forked from takayama-lily/oicq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.34 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "oicq",
"app_name": "oicq",
"version": "1.21.2",
"app_version": "1.21.2",
"upday": "2021/10/10",
"protocol_version": "v11",
"description": "QQ protocol!",
"main": "index.js",
"types": "index.d.ts",
"type": "commonjs",
"scripts": {
"test": "node ./bin/oicq",
"bench": "node ./test/benchmark",
"mocha": "./node_modules/.bin/_mocha"
},
"engines": {
"node": ">= v12.16"
},
"repository": "https://github.com/takayama-lily/oicq.git",
"keywords": [
"qq",
"oicq",
"protocol",
"android",
"bot",
"coolq"
],
"author": "takayama",
"license": "MPL-2.0",
"bugs": "https://github.com/takayama-lily/oicq/issues",
"homepage": "https://github.com/takayama-lily/oicq#readme",
"changelogs": "https://github.com/takayama-lily/oicq/releases",
"dependencies": {
"jsqr": "^1.4.0",
"log4js": "^6.3.0",
"long": "^4.0.0",
"pngjs": "^6.0.0",
"probe-image-size": "^7.2.1",
"qrcode-terminal": "^0.12.0",
"ws": "^7.5.5"
},
"devDependencies": {
"@types/node": "^16.7.13",
"@types/probe-image-size": "^7.0.1",
"@types/ws": "^7.4.7",
"chai": "^4.3.4",
"mocha": "^8.4.0",
"mockjs": "^1.1.0",
"protobufjs": "^6.11.2"
},
"files": [
"/bin",
"/lib",
"/http-api",
"/index.js",
"/index.d.ts",
"/util.js"
],
"bin": "bin/oicq"
}