-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 969 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
{
"name": "koishi-plugin-cs-lookup",
"description": "CS:GO/CS2 库存查询",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/itzdrli/koishi-plugin-cs-lookup.git"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"scripts": {
"build": "yakumo build"
},
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin"
],
"peerDependencies": {
"koishi": "^4.18.0",
"koishi-plugin-puppeteer": "^3.9.0",
"koishi-plugin-umami-statistics-service": "^0.0.7"
},
"devDependencies": {
"esbuild": "^0.21.5",
"koishi": "^4.18.0",
"koishi-plugin-puppeteer": "^3.9.0",
"koishi-plugin-umami-statistics-service": "^0.0.7",
"tsc": "^2.0.4",
"typescript": "^5.7.0-dev.20241101",
"yakumo": "^1.0.0-beta.18",
"yakumo-esbuild": "^1.0.0-beta.7",
"yakumo-tsc": "1.0.0-beta.4",
"yml-register": "^1.2.5"
}
}