types, rough billing draft

This commit is contained in:
niko
2026-07-05 15:56:24 +01:00
parent 204081ce23
commit 6b84d55928
6 changed files with 285 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "pve-guest-dash",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://git.possu.ms/AstraDCTeam/pve-guest-dash"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"dotenv": "^17.4.2",
"proxmox-api": "^1.1.1"
}
}