UNPKG

pdfkit-table-ts

Version:

PdfKit Table. Helps to draw informations in simple tables using pdfkit. #server-side. Generate pdf tables with TypeScript / JavaScript (PDFKIT plugin)

56 lines (55 loc) 1.64 kB
{ "name": "pdfkit-table-ts", "version": "0.2.11", "description": "PdfKit Table. Helps to draw informations in simple tables using pdfkit. #server-side. Generate pdf tables with TypeScript / JavaScript (PDFKIT plugin)", "main": "index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./index.js" } }, "files": [ "index.js", "dist", "LICENSE", "README.md" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "npm run build && node --test ./tests/*.test.js", "examples": "npm run build && NODE_PATH=.. node example/index.js", "examples-legacy": "npm run build && NODE_PATH=.. node .legacy/index.js", "git-push": "git add . && git commit -m 'update' && git push ", "npm-publish": "npm run build && npm publish" }, "repository": "git+https://github.com/natancabral/pdfkit-table-ts.git", "author": "natancabral", "keywords": [ "typescript", "node", "nodejs", "node pdf", "pdf", "pdfkit", "table", "pdfkit table", "pdfkit-table-ts" ], "license": "MIT", "bugs": { "url": "https://github.com/natancabral/pdfkit-table-ts/issues" }, "homepage": "https://github.com/natancabral/pdfkit-table-ts#readme", "dependencies": { "pdfkit": "^0.18.0" }, "devDependencies": { "@types/node": "^20.0.0", "@types/pdfkit": "^0.17.6", "typescript": "^6.0.3" }, "packageManager": "yarn@4.14.1+sha512.64df448055b2d37ba269d7db535a469b8da93f8ef1140c25fd7a83c00a8fbaacb214ca0e02553b92a2c54cef78bb67d0b4817fab02001df0e24fac0faccc3b42" }