forked from takayama-lily/oicq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 983 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
38
39
40
41
42
43
44
45
46
47
{
"name": "oicq",
"version": "1.17.0",
"upday": "2021/5/19",
"description": "QQ protocol!",
"main": "index.js",
"types": "index.d.ts",
"type": "commonjs",
"scripts": {
"test": "node ./test.js"
},
"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": {
"image-size": "^0.9.7",
"jce": "^0.2.3",
"log4js": "^6.3.0",
"long": "^4.0.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.25.0",
"protobufjs": "^6.10.2"
},
"files": [
"/lib",
"/index.js",
"/index.d.ts",
"/test.js",
"/util.js"
]
}