Files
CP_Status/package.json
2026-06-06 21:03:23 +02:00

22 lines
427 B
JSON

{
"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"
}
}