generated from zhinjs/qq-official-bot
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.5 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
{
"name": "kook-client",
"version": "0.0.1",
"description": "nodejs 平台 kook机器人开发SDK",
"main": "lib/index.js",
"engines": {
"node": ">=16"
},
"scripts": {
"start": "node .",
"compile": "tsc --project tsconfig.build.json && tsc-alias -p tsconfig.build.json",
"dtsc": "dtsc --project tsconfig.dtsc.json",
"clean": "rm -rf ./lib",
"build": "npm run compile && npm run dtsc",
"dev": "ts-node-dev -r tsconfig-paths/register ./src/test.ts",
"pub": "npm publish --access public",
"docs:dev": "vitepress dev docs --port 5566",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"lib",
"LICENSE",
"README.md"
],
"repository": {
"url": "https://github.com/zhinjs/kook-client.git",
"type": "git"
},
"keywords": [
"kook",
"robot",
"开黑啦"
],
"author": "凉菜",
"license": "MIT",
"dependencies": {
"axios": "^1.6.5",
"formdata-node": "^6.0.3",
"log4js": "^6.9.1",
"ws": "^8.16.0"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/ws": "^8.5.10",
"dtsc": "^2.3.0",
"ts-node-dev": "^2.0.0",
"tsc-alias": "^1.8.8",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
"vitepress": "1.0.0-rc.39"
}
}