mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
25 lines
536 B
JSON
25 lines
536 B
JSON
{
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert": "^2.0.0",
|
|
"brace": "^0.11.1",
|
|
"browserify-zlib": "^0.2.0",
|
|
"buffer": "^6.0.3",
|
|
"pdfkit": "^0.12.3",
|
|
"process": "^0.11.10",
|
|
"readable-stream": "^3.6.0",
|
|
"util": "^0.12.4"
|
|
},
|
|
"devDependencies": {
|
|
"brfs": "^2.0.2",
|
|
"html-webpack-plugin": "^5.3.2",
|
|
"transform-loader": "^0.2.4",
|
|
"webpack": "^5.44.0",
|
|
"webpack-cli": "^4.7.2"
|
|
},
|
|
"scripts": {
|
|
"dev": "webpack --mode development",
|
|
"prod": "webpack --mode production"
|
|
}
|
|
}
|