Files
hetznercloud/.smartconfig.json
T

37 lines
916 B
JSON
Raw Permalink Normal View History

2024-01-29 13:55:55 +01:00
{
"@git.zone/cli": {
2024-01-29 13:55:55 +01:00
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "apiclient.xyz",
"gitrepo": "hetznercloud",
2024-06-15 15:31:55 +02:00
"description": "An unofficial TypeScript API client for the Hetzner Cloud API providing easy methods to manage servers, volumes, and firewalls.",
2024-01-29 13:55:55 +01:00
"npmPackagename": "@apiclient.xyz/hetznercloud",
"license": "MIT",
2024-06-15 15:31:55 +02:00
"projectDomain": "apiclient.xyz",
"keywords": [
"Hetzner",
"Cloud",
"API",
"TypeScript",
"Client",
"Servers",
"Volumes",
"Firewalls",
"Automation",
"DevOps",
"Cloud Infrastructure"
]
},
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
2024-01-29 13:55:55 +01:00
}
},
"@ship.zone/szci": {
"npmGlobalTools": []
2024-01-29 13:55:55 +01:00
}
}