fix(documentation): Updated documentation to reflect accurate module description and usage guidance
This commit is contained in:
18
package.json
18
package.json
@ -2,7 +2,7 @@
|
||||
"name": "@fin.cx/xinvoice",
|
||||
"version": "1.1.0",
|
||||
"private": false,
|
||||
"description": "A module for creating, manipulating, and embedding XML data within PDF files for xinvoice packages.",
|
||||
"description": "A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for xinvoice packages.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@ -52,13 +52,17 @@
|
||||
"readme.md"
|
||||
],
|
||||
"keywords": [
|
||||
"invoice processing",
|
||||
"PDF manipulation",
|
||||
"XML embedding",
|
||||
"financial documents",
|
||||
"xinvoice",
|
||||
"XML embedding",
|
||||
"PDF manipulation",
|
||||
"invoice processing",
|
||||
"financial documents",
|
||||
"document generation",
|
||||
"typescript",
|
||||
"ZUGFeRD",
|
||||
"XML parsing",
|
||||
"PDF library",
|
||||
"typescript"
|
||||
"esm",
|
||||
"financial technology"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user