2024-04-22 16:30:55 +02:00
{
2025-05-24 16:33:58 +00:00
"name" : "@fin.cx/einvoice" ,
2025-05-31 11:54:21 +00:00
"version" : "5.0.3" ,
2024-04-22 16:30:55 +02:00
"private" : false ,
2025-05-24 16:33:58 +00:00
"description" : "A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for electronic invoice (einvoice) packages." ,
2024-04-22 16:30:55 +02:00
"main" : "dist_ts/index.js" ,
"typings" : "dist_ts/index.d.ts" ,
"type" : "module" ,
"author" : "Task Venture Capital GmbH" ,
"license" : "MIT" ,
"scripts" : {
2025-05-27 21:03:10 +00:00
"test" : "(tstest test/ --verbose --logfile --timeout 60)" ,
2024-04-22 16:30:55 +02:00
"build" : "(tsbuild --web --allowimplicitany)" ,
"buildDocs" : "(tsdoc)"
} ,
"devDependencies" : {
2025-05-25 19:45:37 +00:00
"@git.zone/tsbuild" : "^2.6.4" ,
2025-03-17 14:50:35 +00:00
"@git.zone/tsbundle" : "^2.2.5" ,
2024-12-30 21:12:31 +01:00
"@git.zone/tsrun" : "^1.3.3" ,
2025-05-28 14:46:32 +00:00
"@git.zone/tstest" : "^2.3.1" ,
"@types/node" : "^22.15.23"
2024-04-22 16:30:55 +02:00
} ,
"dependencies" : {
2025-05-26 10:17:50 +00:00
"@push.rocks/smartfile" : "^11.2.5" ,
2024-12-30 21:12:31 +01:00
"@push.rocks/smartxml" : "^1.1.1" ,
2025-05-25 19:45:37 +00:00
"@tsclass/tsclass" : "^9.2.0" ,
"jsdom" : "^26.1.0" ,
2024-12-31 13:38:41 +01:00
"pako" : "^2.1.0" ,
2025-03-17 14:50:35 +00:00
"pdf-lib" : "^1.17.1" ,
2025-03-17 16:49:49 +00:00
"xmldom" : "^0.6.0" ,
"xpath" : "^0.0.34"
2024-04-22 16:30:55 +02:00
} ,
"repository" : {
"type" : "git" ,
2025-05-24 16:33:58 +00:00
"url" : "git+https://gitea.nevermind.cloud/fin.cx/einvoice.git"
2024-04-22 16:30:55 +02:00
} ,
"bugs" : {
2025-05-24 16:33:58 +00:00
"url" : "https://gitea.nevermind.cloud/fin.cx/einvoice/issues"
2024-04-22 16:30:55 +02:00
} ,
2025-05-24 16:33:58 +00:00
"homepage" : "https://gitea.nevermind.cloud/fin.cx/einvoice#readme" ,
2024-04-22 16:30:55 +02:00
"browserslist" : [
"last 1 chrome versions"
] ,
"files" : [
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
"dist_*/**/*" ,
"dist_ts/**/*" ,
"dist_ts_web/**/*" ,
"assets/**/*" ,
"cli.js" ,
"npmextra.json" ,
"readme.md"
] ,
"keywords" : [
2025-05-24 16:33:58 +00:00
"einvoice" ,
2024-04-22 16:30:55 +02:00
"XML embedding" ,
2024-12-31 13:41:45 +01:00
"PDF manipulation" ,
"invoice processing" ,
2024-04-22 16:30:55 +02:00
"financial documents" ,
"document generation" ,
2024-12-31 13:41:45 +01:00
"typescript" ,
"ZUGFeRD" ,
"XML parsing" ,
2024-04-22 16:30:55 +02:00
"PDF library" ,
2024-12-31 13:41:45 +01:00
"esm" ,
"financial technology"
2025-04-03 15:53:08 +00:00
] ,
"packageManager" : "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
2024-12-31 13:41:45 +01:00
}