UNPKG

@inbridge/oif-ts

Version:

TypeScript integration for the Open Invoice Format (OIF) schema. Easily create OIF-compliant PDFs and parse/validate JSON.

48 lines (47 loc) 1.23 kB
{ "name": "@inbridge/oif-ts", "version": "2025.01.1", "type": "module", "description": "TypeScript integration for the Open Invoice Format (OIF) schema. Easily create OIF-compliant PDFs and parse/validate JSON.", "keywords": [ "oif", "open invoice format", "pdf", "xrechnung", "ZuGFeRD", "erechnung", "typescript" ], "scripts": { "test": "", "generate:barrelsby": "barrelsby --delete -d ./src", "build": "npm run generate:barrelsby && tsup && copy package.json dist && copy README.md dist", "publish": "npm run build && npm publish ./dist --access public" }, "repository": { "type": "git", "url": "https://github.com/inbridgeio/oif-ts" }, "author": { "name": "Daniel Amzovski", "email": "daniel@amzovski.de" }, "license": "MIT", "dependencies": { "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "axios": "^1.7.9", "class-transformer": "^0.5.1", "pdf-lib": "^1.17.1", "reflect-metadata": "^0.2.2", "semver": "^7.6.3", "typescript": "^5.7.2" }, "devDependencies": { "@faker-js/faker": "^9.3.0", "@types/node": "^22.10.2", "@types/semver": "^7.5.8", "barrelsby": "^2.8.1", "tsup": "^8.3.5" } }