feat(core): Enhanced data handling and retrieval features, improved usage documentation

This commit is contained in:
2024-12-31 14:43:08 +01:00
parent a8a6bf02bc
commit c30fc40e06
7 changed files with 295 additions and 29 deletions

View File

@ -2,7 +2,7 @@
"name": "@fin.cx/opendata",
"version": "1.0.3",
"private": false,
"description": "open business data",
"description": "A TypeScript-based library for accessing and managing open business data, specifically for German companies.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@ -54,5 +54,17 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"TypeScript",
"open data",
"business data",
"German companies",
"data management",
"business registry",
"npm package",
"database",
"MongoDB",
"automation"
]
}
}