-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 865 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
{
"name": "qqbot-node-js",
"version": "1.0.0",
"description": "A QQ Robot written in node.js",
"main": "app.js",
"dependencies": {
"better-sqlite3": "^6.0.1",
"crypto": "^1.0.1",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"gm": "^1.23.1",
"jshint": "^2.11.0",
"request": "^2.88.2",
"socket.io-client": "^2.3.0",
"string-random": "^0.1.3",
"sync-request": "^6.1.0",
"xmlreader": "^0.2.3"
},
"devDependencies": {},
"scripts": {
"run": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Runc2333/QQBot-node.js.git"
},
"keywords": [
"qq",
"bot",
"iotqq"
],
"author": "Runc",
"license": "MIT",
"bugs": {
"url": "https://github.com/Runc2333/QQBot-node.js/issues"
},
"homepage": "https://github.com/Runc2333/QQBot-node.js#readme"
}