-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "koishi-plugin-hot-search",
"description": "获取各平台热搜🔥支持自定义平台",
"version": "0.0.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"author": {
"name": "Lisk",
"email": "[email protected]",
"url": "https://github.com/lisk809"
},
"homepage": "https://github.com/lisk809/koishi-plugin-hot-search#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/lisk809/koishi-plugin-hot-search.git"
},
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin"
],
"scripts": {
"build": "tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier -w src"
},
"devDependencies": {
"@kigoo/eslint-config": "^0.0.3",
"@kigoo/prettier-config": "^0.0.1",
"@types/eslint": "^9",
"@types/node": "^22.5.1",
"eslint": "^8",
"koishi": "^4.17.12",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"peerDependencies": {
"koishi": "^4.17.9"
}
}