koishi-plugin-exporter
Version:
Koishi OpenMetrics Exporter
58 lines (57 loc) • 1.01 kB
JSON
{
"name": "koishi-plugin-exporter",
"description": "Koishi OpenMetrics Exporter",
"version": "1.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ilharp/koishi-plugin-exporter.git"
},
"scripts": {
"build": "atsc -b"
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"prometheus",
"metrics",
"openmetrics"
],
"devDependencies": {
"atsc": "^1.2.2",
"koishi": "^4.15.6",
"typescript": "^5.2.2"
},
"peerDependencies": {
"koishi": "^4.15.6"
},
"koishi": {
"description": {
"zh": "Koishi OpenMetrics 导出",
"en": "Koishi OpenMetrics Exporter"
},
"locales": [
"zh",
"en"
],
"service": {
"required": [
"router"
],
"optional": [
"database",
"monetary"
]
}
},
"dependencies": {
"prom-client": "^15.0.0"
}
}