2023-10-16 16:28:12 +00:00
{
"name" : "@design.estate/dees-document" ,
2024-12-05 18:31:17 +00:00
"version" : "1.6.3" ,
2023-10-16 16:28:12 +00:00
"private" : false ,
2024-12-02 14:02:14 +00:00
"description" : "A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation." ,
2023-10-16 16:28:12 +00:00
"main" : "dist_ts_web/index.js" ,
"typings" : "dist_ts_web/index.d.ts" ,
"exports" : {
2024-12-02 15:04:58 +00:00
"." : "./dist_ts/index.js" ,
2024-12-02 15:05:44 +00:00
"./node" : "./dist_ts/index.js" ,
2024-12-02 15:04:58 +00:00
"./web" : "./dist_ts_web/index.js" ,
"./shared" : "./dist_ts_shared/index.js" ,
"./interfaces" : "./dist_ts_shared/interfaces/index.js"
2023-10-16 16:28:12 +00:00
} ,
"scripts" : {
"test" : "npm run build && tstest test/" ,
2024-12-02 14:02:14 +00:00
"build" : "tsbuild tsfolders --allowimplicitany && tsbuild element --allowimplicitany && tsbundle element --production" ,
2023-10-25 17:11:34 +00:00
"watch" : "tswatch element" ,
"buildDocs" : "tsdoc"
2023-10-16 16:28:12 +00:00
} ,
"author" : "Lossless GmbH" ,
"license" : "MIT" ,
"dependencies" : {
2024-11-27 11:19:18 +00:00
"@design.estate/dees-domtools" : "^2.0.65" ,
"@design.estate/dees-element" : "^2.0.39" ,
"@design.estate/dees-wcctools" : "^1.0.90" ,
"@git.zone/tsrun" : "^1.3.3" ,
"@push.rocks/smartfile" : "^11.0.21" ,
"@push.rocks/smartjson" : "^5.0.20" ,
"@push.rocks/smartpath" : "^5.0.18" ,
2024-11-30 19:54:15 +00:00
"@push.rocks/smartpdf" : "^3.1.8" ,
2024-11-27 11:19:18 +00:00
"@push.rocks/smarttime" : "^4.0.8" ,
"@tsclass/tsclass" : "^4.1.2" ,
2024-12-01 22:04:28 +00:00
"@types/node" : "^22.10.1" ,
2024-01-15 12:02:30 +00:00
"@types/qrcode" : "^1.5.5" ,
2024-11-27 11:19:18 +00:00
"qrcode" : "^1.5.4"
2023-10-16 16:28:12 +00:00
} ,
"devDependencies" : {
2024-11-27 11:19:18 +00:00
"@git.zone/tsbuild" : "^2.2.0" ,
"@git.zone/tsbundle" : "^2.1.0" ,
"@git.zone/tstest" : "^1.0.90" ,
2024-12-05 00:33:16 +00:00
"@git.zone/tswatch" : "^2.0.34" ,
2024-01-15 12:02:30 +00:00
"@push.rocks/projectinfo" : "^5.0.2" ,
2024-11-27 11:19:18 +00:00
"@push.rocks/tapbundle" : "^5.5.3"
2023-10-16 16:28:12 +00:00
} ,
"files" : [
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
"dist_*/**/*" ,
"dist_ts/**/*" ,
"dist_ts_web/**/*" ,
"assets/**/*" ,
"cli.js" ,
"npmextra.json" ,
"readme.md"
] ,
"browserslist" : [
"last 1 Chrome versions"
] ,
"type" : "module" ,
"repository" : {
"type" : "git" ,
2024-12-02 15:13:37 +00:00
"url" : "git+https://code.foss.global/designestate/private/dedocument-catalog.git"
2023-10-16 16:28:12 +00:00
} ,
"bugs" : {
2024-12-02 15:13:37 +00:00
"url" : "https://code.foss.global/designestate/private/dedocument-catalog/issues"
2023-10-16 16:28:12 +00:00
} ,
2024-12-02 15:13:37 +00:00
"homepage" : "https://code.foss.global/designestate/private/dedocument-catalog#readme" ,
2024-04-20 21:17:35 +00:00
"keywords" : [
"document generation" ,
2024-12-01 22:04:28 +00:00
"invoice automation" ,
"business documentation" ,
"dynamic rendering" ,
2024-04-20 21:17:35 +00:00
"PDF creation" ,
"web components" ,
2024-12-01 22:04:28 +00:00
"Node.js" ,
"TypeScript" ,
2024-04-20 21:17:35 +00:00
"templating" ,
2024-12-01 22:04:28 +00:00
"modern web technologies" ,
2024-04-20 21:17:35 +00:00
"responsive design" ,
2024-11-30 19:54:15 +00:00
"QR code" ,
2024-12-01 22:04:28 +00:00
"modular architecture" ,
2024-12-02 14:02:14 +00:00
"automated workflows" ,
"localization" ,
"digital signatures" ,
"security" ,
"interactive documents"
2024-04-20 21:17:35 +00:00
]
2024-12-02 15:13:37 +00:00
}