1 Star 0 Fork 0

cps-open-source-fork/pngquant-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 908 Bytes
一键复制 编辑 原始数据 按行查看 历史
yassine-zhang 提交于 2024-04-26 15:28 +08:00 . feat: 时间日志&代码格式化
{
"name": "imagemin-server",
"module": "index.ts",
"type": "module",
"scripts": {
"build": "NODE_ENV=production bun build ./index.ts --outdir ./build --target node",
"dev": "NODE_ENV=development bun --watch ./index.ts",
"preview": "nodemon ./build/index.js",
"prod": "nodemon ./index.js",
"postinstall-down": "node ./node_modules/pngquant-bin/lib/install.js",
"format": "prettier . --write"
},
"devDependencies": {
"@types/bun": "latest",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/imagemin": "^8.0.5",
"@types/multer": "^1.4.11",
"express": "^4.19.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"cors": "^2.8.5",
"imagemin": "^8.0.1",
"imagemin-pngquant": "^9.0.2",
"moment": "^2.30.1",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.1.0",
"prettier": "^3.2.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/cps-open-source-fork/pngquant-server.git
git@gitee.com:cps-open-source-fork/pngquant-server.git
cps-open-source-fork
pngquant-server
pngquant-server
main

搜索帮助