fix(documentation): Update description and keywords in package.json

This commit is contained in:
2024-12-31 19:58:18 +01:00
parent 6258dcdff1
commit 09c9712191
5 changed files with 142 additions and 162 deletions

View File

@ -2,7 +2,7 @@
"name": "@fin.cx/opendata",
"version": "1.1.3",
"private": false,
"description": "A TypeScript-based library for accessing and managing open business data, specifically for German companies.",
"description": "A TypeScript library for accessing, managing, and updating open business data, focused on German companies and integrating with MongoDB.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@ -63,8 +63,12 @@
"data management",
"business registry",
"npm package",
"database",
"MongoDB",
"automation"
"automation",
"data integration",
"database",
"data processing",
"data retrieval",
"data update"
]
}
}