fix(documentation): Updated project description and enhanced documentation in package.json and README

This commit is contained in:
2024-12-02 15:02:14 +01:00
parent 406db92ac1
commit d0d4671d41
6 changed files with 164 additions and 143 deletions

View File

@@ -2,7 +2,7 @@
"name": "@design.estate/dees-document",
"version": "1.3.0",
"private": false,
"description": "A comprehensive tool for dynamically generating and rendering business documents like invoices using modern web technologies.",
"description": "A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.",
"main": "dist_ts_web/index.js",
"typings": "dist_ts_web/index.d.ts",
"exports": {
@@ -11,7 +11,7 @@
},
"scripts": {
"test": "npm run build && tstest test/",
"build": "tsbuild --allowimplicitany && tsbuild element --allowimplicitany && tsbundle element --production",
"build": "tsbuild tsfolders --allowimplicitany && tsbuild element --allowimplicitany && tsbundle element --production",
"watch": "tswatch element",
"buildDocs": "tsdoc"
},
@@ -78,6 +78,10 @@
"responsive design",
"QR code",
"modular architecture",
"automated workflows"
"automated workflows",
"localization",
"digital signatures",
"security",
"interactive documents"
]
}
}