Files
skr/package.json
Juergen Kunz 73b46f7857
Some checks failed
Default (tags) / security (push) Successful in 48s
Default (tags) / test (push) Failing after 4m3s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
feat(invoice): add e-invoice support with XRechnung/ZUGFeRD and advanced export features
2025-08-12 12:37:01 +00:00

72 lines
1.7 KiB
JSON

{
"name": "@fin.cx/skr",
"version": "1.2.0",
"description": "SKR03 and SKR04 German accounting standards for double-entry bookkeeping",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"scripts": {
"test": "tstest test/ --verbose --logfile --timeout=60",
"build": "tsbuild --web --node",
"buildDocs": "tsdoc"
},
"keywords": [
"skr03",
"skr04",
"accounting",
"bookkeeping",
"double-entry",
"german",
"datev",
"mongodb",
"typescript"
],
"author": "Fin.cx",
"license": "MIT",
"packageManager": "pnpm@10.11.0",
"dependencies": {
"@e-invoice-eu/core": "^2.1.9",
"@fin.cx/einvoice": "5.1.4",
"@push.rocks/smartdata": "^5.15.1",
"@push.rocks/smartfile": "^11.0.22",
"@push.rocks/smarthash": "^3.0.7",
"@push.rocks/smartlog": "^3.1.8",
"@push.rocks/smartpath": "^5.0.18",
"@push.rocks/smartpdf": "^3.1.5",
"@push.rocks/smarttime": "^4.1.1",
"@push.rocks/smartunique": "^3.0.9",
"merkletreejs": "^0.4.0",
"node-forge": "^1.3.1"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.6.4",
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^2.3.2",
"@push.rocks/qenv": "^6.1.0",
"@types/node-forge": "^1.3.11"
},
"repository": {
"type": "git",
"url": "https://code.foss.global/fin.cx/skr.git"
},
"bugs": {
"url": "https://code.foss.global/fin.cx/skr/issues"
},
"homepage": "https://code.foss.global/fin.cx/skr#readme",
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"pnpm": {
"overrides": {}
}
}