Files
CP_Status/package.json
2026-06-24 08:28:45 +02:00

23 lines
452 B
JSON

{
"name": "cp_status",
"version": "1.0.0",
"description": "",
"main": "src/main.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",
"express": "^5.2.1",
"fs": "^0.0.1-security"
}
}