vmw-sdk
Version:
Node.js SDK/API interface for my.vmware.com
28 lines (27 loc) • 427 B
JSON
{
"name": "vmw-sdk",
"version": "1.1.0",
"description": "Node.js SDK/API interface for my.vmware.com",
"license": "MIT",
"repository": "apnex/vmw-sdk",
"author": "Andrew Obersnel",
"engines": {
"node": ">=8"
},
"files": [
"lib"
],
"main": "lib/vmw-sdk.js",
"keywords": [
"myvmw",
"vmware",
"vmw-sdk",
"vmw",
"nodejs"
],
"dependencies": {
"got": "*",
"npm": "^7.21.0",
"tough-cookie": "*"
}
}