mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
* Bump fontkit and linebreak deps * Bump fontkit to 2.0.0 * Bump * Drop old node versions * Bump testing dependencies * Update pdfjs * fix jest to compatibility with restructure, update fontkit, refresh snapshots * Update CHANGELOG.md --------- Co-authored-by: Libor M. <liborm85@gmail.com>
24 lines
514 B
JSON
24 lines
514 B
JSON
{
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert": "^2.1.0",
|
|
"brace": "^0.11.1",
|
|
"browserify-zlib": "^0.2.0",
|
|
"buffer": "^6.0.3",
|
|
"pdfkit": "^0.15.0",
|
|
"process": "^0.11.10",
|
|
"readable-stream": "^4.5.2",
|
|
"util": "^0.12.5"
|
|
},
|
|
"devDependencies": {
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"transform-loader": "^0.2.4",
|
|
"webpack": "^5.91.0",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"scripts": {
|
|
"dev": "webpack --mode development",
|
|
"prod": "webpack --mode production"
|
|
}
|
|
}
|