21 lines
413 B
JSON
21 lines
413 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|