Ai
1 Star 1 Fork 5

CcSimple/node-hiprint-pdf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 693 Bytes
一键复制 编辑 原始数据 按行查看 历史
CcSimple 提交于 2025-03-06 16:09 +08:00 . add LICENSE
{
"type": "module",
"name": "node-hiprint-pdf",
"description": "This project was bootstrapped with Fastify-CLI.",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "fastify start -l info -p 3000 app.js",
"dev": "fastify start -w -l info -P app.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@fastify/autoload": "^5.0.0",
"@fastify/cors": "^9.0.1",
"@fastify/sensible": "^5.0.0",
"@fastify/static": "^7.0.4",
"fastify": "^4.26.1",
"fastify-cacheman": "^3.1.0",
"fastify-cli": "^6.3.0",
"fastify-plugin": "^4.0.0",
"puppeteer": "^23.1.1"
},
"devDependencies": {
"c8": "^10.1.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/CcSimple/node-hiprint-pdf.git
git@gitee.com:CcSimple/node-hiprint-pdf.git
CcSimple
node-hiprint-pdf
node-hiprint-pdf
main

搜索帮助