@e-invoice-eu/cli
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.
130 lines (129 loc) • 3.85 kB
JSON
{
"name": "@e-invoice-eu/cli",
"version": "2.1.9",
"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"
],
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"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",
"files": [
"dist"
],
"bin": {
"e-invoice-eu": "dist/index.js"
},
"scripts": {
"build": "rimraf ./dist && tsc --project tsconfig.build.json && chmod +x dist/index.js",
"prebuild": "node ./write-package.mjs >src/package.ts",
"prepublishOnly": "bun run build",
"check:clean": "../../check-clean",
"format": "prettier --write 'src/**/*.ts' *.mjs *.json",
"prestart": "node ./write-package.mjs >src/package.ts",
"start": "bun src/index.ts",
"watch": "tsc --watch",
"prewatch": "node ./write-package.mjs >src/package.ts",
"clean": "rimraf ./dist",
"lint": "eslint './src/**/*.ts'",
"lint:fix": "eslint --fix './src/**/*.ts'",
"lint:fix-dry-run": "eslint --fix './src/**/*.ts'",
"lint:staged": "lint-staged",
"pretest": "node ./write-package.mjs >src/package.ts",
"pretest:watch": "node ./write-package.mjs >src/package.ts",
"pretest:cov": "node ./write-package.mjs >src/package.ts",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"typedoc": "echo nothing to do",
"esgettext": "npm-run-all esgettext:potfiles esgettext:extract esgettext:update-po esgettext:update-mo esgettext:install",
"esgettext:potfiles": "esgettext potfiles --directory=po --git --exclude=\"dist/**/*\" --exclude=\"node_modules/**/*\" \"././**/*.mjs\" \"./src/**/*.ts\" >po/POTFILES",
"esgettext:extract": "esgettext extract --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"
},
"author": {
"name": "Guido Flohr",
"url": "https://www.guido-flohr.net/"
},
"license": "WTFPL",
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"moduleNameMapper": {
"^@e-invoice-eu/core$": "<rootDir>/../../../packages/core/src",
"^chalk": "<rootDir>/../src/stubs/chalk.ts"
},
"rootDir": "src",
"testRegex": "\\.spec\\.ts$",
"transform": {
"^.+\\.ts$": "ts-jest"
},
"coverageDirectory": "../coverage",
"testEnvironment": "node"
},
"lint-staged": {
"*.{ts,json,md}": [
"prettier --write"
],
"src/**/*.ts": [
"eslint"
]
},
"devDependencies": {
"@esgettext/tools": "^1.3.6",
"@types/eslint__eslintrc": "^3.3.0",
"@types/eslint__js": "^9.14.0",
"@types/jest": "^30.0.0",
"@types/mime-types": "^3.0.1",
"@types/node": "^24.0.13",
"@types/yargs": "^17.0.33",
"eslint": "^9.31.0",
"eslint-plugin-import": "^2.32.0",
"jest": "^30.0.4",
"npm-run-all": "^4.1.5",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"ts-jest": "^29.4.0",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.36.0"
},
"dependencies": {
"@e-invoice-eu/core": "^2.1.9",
"@esgettext/runtime": "^1.3.6",
"@valibot/i18n": "^1.0.0",
"ajv": "^8.17.1",
"chalk": "^5.4.1",
"js-yaml": "^4.1.0",
"mime-types": "^3.0.1",
"valibot": "^1.1.0",
"yargs": "^17.7.2"
},
"gitHead": "9492b445bf5df3fa5dc8372e8eb7b8def74224ac"
}