update readme
This commit is contained in:
16
package.json
16
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user