@h1dd3nsn1p3r/pdf-invoice
Version:
Simple yet powerful node JS library that generates PDF invoice on the fly.
40 lines (39 loc) • 865 B
JSON
{
"name": "@h1dd3nsn1p3r/pdf-invoice",
"version": "1.0.10",
"author": "h1dd3nsn1p3r",
"description": "Simple yet powerful node JS library that generates PDF invoice on the fly.",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "tsup ./src --watch",
"build": "tsup ./src",
"test": "node ./examples/example.ts"
},
"repository": {
"type": "git",
"url": "git@github.com:h1dd3nsn1p3r/pdf-invoice.git"
},
"homepage": "https://github.com/h1dd3nsn1p3r/pdf-invoice",
"keywords": [
"pdf",
"invoice",
"estimate",
"receipt",
"generator",
"nodejs",
"pdfmake"
],
"devDependencies": {
"@types/node": "^20.10.5",
"@types/pdfmake": "^0.2.8",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"pdfmake": "^0.2.8"
}
}