This commit is contained in:
2026-06-06 20:50:23 +02:00
commit 3ce4af8ef2
5 changed files with 537 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "cp_status",
"version": "1.0.0",
"description": "",
"main": "status.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.ags-it.dev/stefan.arnold/CP_Status.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"axios": "^1.17.0",
"dotenv": "^17.4.2",
"fs": "^0.0.1-security"
}
}