UNPKG

proxmox-sdk

Version:

Opiniated and abtracted Typescript SDK for Proxmox

41 lines (40 loc) 1.07 kB
{ "name": "proxmox-sdk", "version": "0.0.4-master-d1e8", "description": "Opiniated and abtracted Typescript SDK for Proxmox", "author": "Tchoupinax <corentinfiloche@hotmail.fr> (https://corentinfiloche.xyz)", "license": "MIT", "keywords": [ "API", "Proxmox", "SDK" ], "repository": { "type": "git", "url": "https://github.com/Tchoupinax/proxmox-sdk" }, "bugs": { "url": "https://github.com/Tchoupinax/proxmox-sdk/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "lint": "yarn lint:eslint && yarn lint:prettier", "lint:eslint": "eslint .", "lint:fix": "yarn lint:eslint --fix && prettier --write .", "lint:inspect": "npx @eslint/config-inspector@latest", "lint:prettier": "prettier . --check" }, "devDependencies": { "@types/node": "22.1.0", "eslint": "^9.8.0", "eslint-plugin-perfectionist": "^3.1.3", "prettier": "^3.3.3", "typescript": "5.5.4" }, "dependencies": { "axios": "1.7.3", "nestjs-pino": "4.1.0" } }