2024-04-22 16:30:55 +02:00
{
2025-05-24 16:33:58 +00:00
"name" : "@fin.cx/einvoice" ,
2026-04-16 20:30:56 +00:00
"version" : "5.2.0" ,
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)" ,
2025-08-11 19:08:51 +00:00
"build" : "(tsbuild tsfolders --allowimplicitany)" ,
2026-04-16 20:30:56 +00:00
"typecheck:published" : "pnpm exec tsc -p test/strict-consumer/tsconfig.json" ,
2025-08-11 12:25:32 +00:00
"buildDocs" : "(tsdoc)" ,
2025-08-12 05:02:42 +00:00
"postinstall" : "node dist_ts_install/index.js 2>/dev/null || true" ,
2025-08-11 19:08:51 +00:00
"download-schematron" : "tsx ts_install/download-schematron.ts" ,
"download-test-samples" : "tsx ts_install/download-test-samples.ts" ,
2025-08-11 12:25:32 +00:00
"test:conformance" : "tstest test/test.conformance-harness.ts"
2024-04-22 16:30:55 +02:00
} ,
"devDependencies" : {
2026-04-16 20:30:56 +00:00
"@git.zone/tsbuild" : "^4.4.0" ,
"@git.zone/tsbundle" : "^2.10.0" ,
"@git.zone/tsrun" : "^2.0.2" ,
"@git.zone/tstest" : "^3.6.3" ,
"@types/node" : "^25.6.0"
2024-04-22 16:30:55 +02:00
} ,
"dependencies" : {
2026-04-16 20:30:56 +00:00
"@push.rocks/smartfile" : "^13.1.2" ,
"@push.rocks/smartxml" : "^2.0.0" ,
"@tsclass/tsclass" : "^9.5.0" ,
"@xmldom/xmldom" : "^0.9.9" ,
"jsdom" : "^29.0.2" ,
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-08-11 12:25:32 +00:00
"saxon-js" : "^2.7.0" ,
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-08-12 05:30:39 +00:00
"url" : "https://code.foss.global/fin.cx/einvoice.git"
2024-04-22 16:30:55 +02:00
} ,
"bugs" : {
2025-08-12 05:29:44 +00:00
"url" : "https://code.foss.global/fin.cx/einvoice/issues"
2024-04-22 16:30:55 +02:00
} ,
2025-08-12 05:29:44 +00:00
"homepage" : "https://code.foss.global/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" ,
2026-04-16 20:30:56 +00:00
".smartconfig.json" ,
2024-04-22 16:30:55 +02:00
"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
}