53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "koishi-plugin-market-info-plus",
|
|
"description": "Koishi plugin market information",
|
|
"version": "1.0.0",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"dist"
|
|
],
|
|
"author": "itzdrli <itzdrli@proton.me>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/itzdrli/koishi-plugin-market-info-plus.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/itzdrli/koishi-plugin-market-info-plus/issues"
|
|
},
|
|
"homepage": "https://github.com/itzdrli/koishi-plugin-market-info-plus#readme",
|
|
"scripts": {
|
|
"build": "yakumo build"
|
|
},
|
|
"koishi": {
|
|
"description": {
|
|
"en": "Plugin market information",
|
|
"zh": "插件市场查询与订阅,第一时间获知插件更新!"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"chatbot",
|
|
"koishi",
|
|
"plugin",
|
|
"market",
|
|
"info",
|
|
"subscribe",
|
|
"update",
|
|
"registry",
|
|
"manager"
|
|
],
|
|
"peerDependencies": {
|
|
"koishi": "^4.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@koishijs/registry": "^6.0.4",
|
|
"@types/node": "^20.8.10",
|
|
"atsc": "^1.2.2",
|
|
"koishi": "^4.15.0",
|
|
"koishi-plugin-puppeteer": "^3.9.0",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|