fix(docs): Updated the project keywords and readme content for better clarity and SEO

This commit is contained in:
2024-07-01 16:34:22 +02:00
parent 36775830b3
commit 8de7fc795e
5 changed files with 287 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
"name": "@apiclient.xyz/ghost",
"version": "1.0.2",
"private": false,
"description": "an unofficial ghost api package",
"description": "An unofficial Ghost CMS API package enabling content and admin functionality for managing posts.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -48,5 +48,15 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"Ghost CMS",
"API client",
"content management",
"admin API",
"content API",
"TypeScript",
"post management",
"blog management"
]
}
}