{ "name": "@fin.cx/skr", "version": "1.2.2", "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 && pnpm run test:published-types", "test:published-types": "pnpm build && pnpm exec tsc --pretty false -p test/fixtures/strict-consumer/tsconfig.json", "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": "^3.1.0", "@fin.cx/einvoice": "5.1.4", "@push.rocks/smartdata": "^7.1.7", "@push.rocks/smartfile": "^13.1.2", "@push.rocks/smartfs": "^1.5.0", "@push.rocks/smarthash": "^3.2.6", "@push.rocks/smartlog": "^3.2.2", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpdf": "^4.2.0", "@push.rocks/smarttime": "^4.2.3", "@push.rocks/smartunique": "^3.0.9", "merkletreejs": "^0.6.0", "node-forge": "^1.4.0" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsrun": "^2.0.2", "@git.zone/tstest": "^3.6.3", "@push.rocks/qenv": "^6.1.3", "@types/node": "^25.6.0", "@types/node-forge": "^1.3.14" }, "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", ".smartconfig.json", "readme.md", "license.md" ], "pnpm": { "overrides": {} } }