invoice-craft
Version:
Customizable, browser-first invoice PDF generator library with modern TypeScript API
55 lines (54 loc) • 1.14 kB
JSON
{
"name": "invoice-craft",
"version": "1.2.1",
"description": "Customizable, browser-first invoice PDF generator library with modern TypeScript API",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"invoice",
"pdf",
"generator",
"typescript",
"browser",
"pdfmake",
"customizable",
"white-label"
],
"author": "Mersall",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Hamad-Center/invoice-craft.git"
},
"bugs": {
"url": "https://github.com/Hamad-Center/invoice-craft/issues"
},
"homepage": "https://github.com/Hamad-Center/invoice-craft#readme",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"pdfmake": "^0.2.7"
},
"devDependencies": {
"@types/pdfmake": "^0.1.7",
"typescript": "^5.4.0"
}
}