first version

This commit is contained in:
2021-03-23 13:51:35 +01:00
parent 0624ccbdcc
commit 6c6e97c9bf
7 changed files with 292 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "statist",
"version": "1.0.0",
"description": "collect data for prometheus",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "xgiovio",
"license": "ISC",
"dependencies": {
}
}