UNPKG

vsphere-infra

Version:

38 lines (37 loc) 903 B
{ "name": "vsphere-infra", "version": "0.0.65", "dependencies": { "axios": "^1.4.0", "cookie": "^0.5.0", "fourq": "^2.0.4", "httpntlm": "^1.8.13", "request": "^2.88.2", "rxjs": "^7.8.1", "soap": "^1.0.0", "ssl-trust": "^0.0.4", "ts-basis": "^5.2.10" }, "index": "index.js", "devDependencies": { "@types/node": "^20.4.5", "@typescript-eslint/eslint-plugin": "^6.2.1", "@typescript-eslint/parser": "^6.2.1", "eslint": "^8.46.0", "lugger": "^5.2.1", "typescript": "^5.1.6" }, "scripts": { "lint": "npx eslint . --ext .ts", "prepare": "npm run test", "test": "npx tsc && npx lugger recompile -f --delta-tsc && npx lugger test", "before-commit": "npx tsc && npx lugger revert && npx clean-js" }, "keywords": [ "vsphere", "vcenter", "vsphere infra", "vsphere api" ], "license": "UNLICENSED" }