forked from takayama-lily/oicq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.05 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
{
"name": "oicq",
"version": "2.3.1",
"upday": "2022/6/21",
"description": "QQ protocol!",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "tsc && node ./bin/oicq"
},
"engines": {
"node": ">= v14"
},
"repository": "https://github.com/takayama-lily/oicq",
"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": {
"axios": "^0.27.2",
"log4js": "^6.3.0",
"long": "^4.0.0",
"pngjs": "^6.0.0",
"probe-image-size": "^7.2.2"
},
"devDependencies": {
"@types/node": "^16.7.2",
"@types/pngjs": "^6.0.1",
"@types/probe-image-size": "^7.0.1",
"@types/ws": "^8.2.0",
"protobufjs": "^6.11.2",
"ws": "^8.2.3"
},
"files": [
"/lib/**/*.js",
"/lib/**/*.d.ts",
"/lib/**/LICENSE"
]
}