thermenlast_exporter/package.json
2025-01-31 19:56:54 +01:00

17 lines
342 B
JSON

{
"name": "thermenlast",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"jsdom": "^26.0.0",
"memoizee": "^0.4.17",
"prom-client": "^15.1.3"
}
}