{
	"name": "@h1dd3nsn1p3r/pdf-invoice",
	"version": "1.0.15",
	"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",
		"ts-node": "^10.9.2",
		"tsup": "^8.0.1",
		"typescript": "^5.3.3"
	},
	"dependencies": {
		"pdfmake": "^0.3.1"
	},
	"pnpm": {
		"onlyBuiltDependencies": [
			"esbuild"
		]
	}
}