hcloud-js
Version:
A Node.js module for the Hetzner Cloud API
41 lines (40 loc) • 918 B
JSON
{
"name": "hcloud-js",
"version": "1.4.1",
"description": "A Node.js module for the Hetzner Cloud API",
"homepage": "https://github.com/dennisbruner/hcloud-js",
"keywords": [
"hetzner",
"cloud",
"api"
],
"license": "MIT",
"author": {
"name": "Dennis Bruner",
"email": "dennis@bruner.email",
"url": "https://dennisbruner.de"
},
"repository": {
"type": "git",
"url": "https://github.com/dennisbruner/hcloud-js.git"
},
"bugs": {
"url": "https://github.com/dennisbruner/hcloud-js/issues",
"email": "dennis@bruner.email"
},
"main": "lib/index.js",
"scripts": {
"lint": "standard --env mocha",
"test": "npm run lint && mocha --timeout 5000"
},
"dependencies": {
"axios": "^0.21.1",
"snake-case": "^3.0.4"
},
"devDependencies": {
"chai": "^4.3.3",
"dotenv": "^8.2.0",
"mocha": "^8.3.0",
"standard": "^16.0.3"
}
}