{
	"name": "@e-invoice-eu/cli",
	"version": "2.1.6",
	"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": "^29.5.14",
		"@types/mime-types": "^2.1.4",
		"@types/node": "^22.14.0",
		"@types/yargs": "^17.0.33",
		"eslint": "^9.24.0",
		"eslint-plugin-import": "^2.31.0",
		"jest": "^29.7.0",
		"npm-run-all": "^4.1.5",
		"prettier": "^3.5.3",
		"rimraf": "^6.0.1",
		"tsx": "^4.19.3",
		"typescript": "^5.8.3",
		"typescript-eslint": "^8.29.0"
	},
	"dependencies": {
		"@e-invoice-eu/core": "^2.1.6",
		"@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",
		"tslib": "2.1.0",
		"valibot": "^1.0.0",
		"yargs": "^17.7.2"
	},
	"gitHead": "895dce3de919cbc079565beb3493655114b28a65"
}
