@e-invoice-eu/core
Version:
Generate e-invoices (E-Rechnung in German) conforming to EN16931 (Factur-X/ZUGFeRD, UBL, CII, XRechnung aka X-Rechnung) from LibreOffice Calc/Excel data or JSON.
100 lines • 3.73 kB
JSON
{
"name": "@e-invoice-eu/core",
"version": "3.1.1",
"description": "Generate e-invoices (E-Rechnung in German) conforming to EN16931 (Factur-X/ZUGFeRD, UBL, CII, XRechnung aka X-Rechnung) from LibreOffice Calc/Excel data or JSON. ",
"keywords": [
"factur-x",
"zugferd",
"e-invoice",
"ubl",
"cii",
"en16931",
"xrechnung",
"pdfa",
"e-rechnung",
"e-invoice-eu"
],
"main": "dist/e-invoice-eu.cjs.js",
"module": "dist/e-invoice-eu.esm.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gflohr/e-invoice-eu.git"
},
"bugs": {
"url": "https://github.com/gflohr/e-invoice-eu/issues"
},
"homepage": "https://github.com/gflohr/e-invoice-eu/tree/main/packages/core#readme",
"author": "Guido Flohr <guido.flohr@cantanea.com> (http://www.guido.flohr.net/)",
"license": "WTFPL",
"files": [
"dist"
],
"devDependencies": {
"@babel/highlight": "^7.25.9",
"@esgettext/tools": "^1.3.10",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@rollup/plugin-typescript": "^12.3.0",
"@types/jsonpath-plus": "^5.0.5",
"@types/node": "^25.6.0",
"@vitest/coverage-v8": "^4.1.4",
"ajv-formats": "^3.0.1",
"bun": "^1.3.12",
"fast-xml-parser": "^5.5.11",
"js-yaml": "^4.1.1",
"json-schema-to-typescript": "^15.0.4",
"npm-run-all": "^4.1.5",
"rimraf": "^6.1.3",
"rollup": "^4.60.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.21.0",
"typedoc": "^0.28.19",
"typedoc-material-theme": "^1.4.1",
"typescript": "^6.0.2",
"vitest": "^4.1.4"
},
"dependencies": {
"@cantoo/pdf-lib": "^2.6.5",
"@e965/xlsx": "^0.20.3",
"@esgettext/runtime": "^1.3.10",
"ajv": "^8.18.0",
"jsonpath-plus": "^10.4.0",
"tmp-promise": "^3.0.3",
"tslib": "^2.8.1",
"xmlbuilder2": "^4.0.3"
},
"gitHead": "67a67ee76bd444a1bfe18057baad1a72a8152dd1",
"scripts": {
"prebuild": "node ./write-package.mjs >src/package.ts",
"build": "rimraf dist && rollup -c",
"check:clean": "../../check-clean",
"watch": "tsc --watch",
"typedoc": "typedoc src/index.ts && node patch-image.mjs",
"pretypedoc": "node ./write-package.mjs >src/package.ts",
"pretest": "node ./write-package.mjs >src/package.ts",
"test": "vitest --run",
"pretest:changed": "node ./write-package.mjs >src/package.ts",
"pretest:cov": "node ./write-package.mjs >src/package.ts",
"test:cov": "vitest --run --coverage",
"pretest:cov-changed": "node ./write-package.mjs >src/package.ts",
"test:cov-changed": "vitest --coverage.enabled --run --changed origin/main --passWithNoTests",
"pretest:watch": "node ./write-package.mjs >src/package.ts",
"test:watch": "vitest",
"esgettext": "npm-run-all esgettext:potfiles esgettext:extract esgettext:update-po esgettext:update-mo esgettext:install",
"esgettext:potfiles": "esgettext potfiles --directory=po --git --exclude=\"node_modules/**/*\" --exclude=\"test/*/**\" --exclude=\"**/*.spec.*\" \"././**/*.mjs\" \"./test/**/*.ts\" \"./src/**/*.ts\" \"./contrib/**/*.mjs\" >po/POTFILES",
"esgettext:extract": "esgettext extract --force-po --from-code=utf-8 --directory po --files-from=po/POTFILES",
"esgettext:update-po": "esgettext msgmerge-all",
"esgettext:update-mo": "esgettext msgfmt-all",
"esgettext:install": "esgettext install",
"esgettext:addlang": "esgettext msginit"
}
}