19 lines
418 B
JSON
19 lines
418 B
JSON
{
|
|
"name": "factorio-prometheus-exporter",
|
|
"version": "0.1.0",
|
|
"title": "Prometheus Exporter",
|
|
"author": "Your Name",
|
|
"contact": "your.email@example.com",
|
|
"homepage": "",
|
|
"description": "Exports Factorio metrics for collection by Prometheus.",
|
|
"factorio_version": "2.0",
|
|
"dependencies": [
|
|
"base >= 2.0.0"
|
|
],
|
|
"license": "MIT",
|
|
"tags": [
|
|
"monitoring",
|
|
"metrics",
|
|
"prometheus"
|
|
]
|
|
} |