@koishijs/plugin-market
Version:
Manage your bots and plugins with console
87 lines • 1.96 kB
JSON
{
"name": "@koishijs/plugin-market",
"description": "Manage your bots and plugins with console",
"version": "2.11.6",
"main": "lib/node/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"node": "./lib/node/index.js",
"browser": "./lib/browser/index.mjs"
},
"./shared": {
"require": "./lib/shared/index.js",
"import": "./lib/shared/index.mjs"
},
"./package.json": "./package.json"
},
"files": [
"lib",
"dist",
"src"
],
"author": "Shigma <shigma10826@gmail.com>",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/webui.git",
"directory": "plugins/market"
},
"bugs": {
"url": "https://github.com/koishijs/webui/issues"
},
"homepage": "https://koishi.chat/plugins/console/market.html",
"keywords": [
"bot",
"chatbot",
"koishi",
"plugin",
"market",
"manager",
"server"
],
"koishi": {
"public": [
"dist"
],
"description": {
"en": "Manage your plugins with console",
"zh": "使用控制台安装、卸载、更新你的插件"
},
"service": {
"optional": [
"console"
],
"implements": [
"installer"
]
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.30.7",
"koishi": "^4.18.7"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.30.7",
"@koishijs/market": "^4.2.5",
"@koishijs/plugin-config": "^2.8.6",
"@types/semver": "^7.5.8",
"@types/which-pm-runs": "^1.0.2"
},
"dependencies": {
"@koishijs/console": "^5.30.7",
"@koishijs/registry": "^7.0.3",
"execa": "^5.1.1",
"get-registry": "^1.2.0",
"ns-require": "^1.1.4",
"p-map": "^4.0.0",
"semver": "^7.6.3",
"which-pm-runs": "^1.1.0"
}
}