update readme

This commit is contained in:
2024-06-15 19:55:48 +02:00
parent f39f8cd33c
commit 5731150157
6 changed files with 265 additions and 64 deletions

View File

@@ -2,7 +2,7 @@
"name": "@apiclient.xyz/cloudflare",
"version": "6.0.4",
"private": false,
"description": "easy cloudflare management",
"description": "A TypeScript client for managing Cloudflare accounts, zones, DNS records, and workers with ease.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -17,8 +17,16 @@
"url": "git+https://gitlab.com/pushrocks/cflare.git"
},
"keywords": [
"Push.Rocks",
"cloudflare"
"Cloudflare",
"DNS management",
"zone management",
"worker management",
"TypeScript",
"API client",
"cloud infrastructure",
"automated DNS",
"CDN management",
"open source"
],
"author": "Lossless GmbH",
"license": "MIT",
@@ -59,4 +67,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}