Initial commit

This commit is contained in:
Lino Silva
2025-06-12 10:38:14 +01:00
commit 8ff5c3c527
6 changed files with 218 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "obsidian-proxmox-nodes",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.6.4",
"dependencies": {
"@types/node": "^24.0.1",
"proxmox-api": "^1.1.1"
}
}