UNPKG

@rechnungs-api/client

Version:

This is the official JavaScript and TypeScript client for [RechnungsAPI](https://www.rechnungs-api.de), a powerful API for generating German invoices, including e-invoices with ZUGFeRD and XRechnung. The API also supports automated double-entry bookkeepin

35 lines (34 loc) 1.06 kB
{ "name": "@rechnungs-api/client", "version": "0.1.4", "homepage": "https://www.rechnungs-api.de", "repository": "github:rechnungs-api/client-js", "keywords": ["e-rechnung", "rechnung", "e-invoice", "invoice", "zugferd", "xrechnung", "untdid", "bookkeeping", "accounting", "api", "client"], "license": "MIT", "type": "module", "files": [ "dist/**/*" ], "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js" } }, "scripts": { "generate:localhost": "openapi-ts -i http://www.localhost/api/v1/openapi.yaml -o src/generated -c @hey-api/client-fetch", "generate:production": "openapi-ts -i http://www.rechnungs-api.de/api/v1/openapi.yaml -o src/generated -c @hey-api/client-fetch", "build": "tsup", "prepack": "yarn generate:localhost && yarn build" }, "devDependencies": { "@biomejs/biome": "^2.0.5", "@hey-api/client-fetch": "^0.10.0", "@hey-api/openapi-ts": "^0.66.7", "tsup": "^8.4.0", "typescript": "5.8.2" } }