chore: move mod into their own folder

This commit is contained in:
2025-09-19 15:22:08 +02:00
parent 8a911129f6
commit a62bd015d4
2 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "prometheus-exporter",
"version": "0.0.1",
"title": "Prometheus Exporter for Factorio",
"author": "Bjorn Pijnacker",
"factorio_version": "2.0",
"dependencies": ["base >= 2.0"],
"description": "Exports certain production and consumption metrics to Prometheus format, to be used by Prometheus/Grafana monitoring stack"
}