Skip to content

Commit 66bfa30

Browse files
author
williamd5
committed
npm: init
1 parent aca784d commit 66bfa30

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "hetzner-dns-client",
3+
"version": "1.0.0",
4+
"description": "Hetzner DNS API client for Node.js",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/cloudnode-pro/hetzner-dns-client.git"
12+
},
13+
"keywords": [
14+
"client",
15+
"hetzner",
16+
"hetzner-api",
17+
"hetzner-dns"
18+
],
19+
"author": "Cloudnode",
20+
"license": "GPL-3.0",
21+
"bugs": {
22+
"url": "https://github.com/cloudnode-pro/hetzner-dns-client/issues"
23+
},
24+
"homepage": "https://github.com/cloudnode-pro/hetzner-dns-client#readme"
25+
}

0 commit comments

Comments
 (0)