2 Star 0 Fork 0

sidneylyc/bli-node-service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 746 Bytes
一键复制 编辑 原始数据 按行查看 历史
abovhan 提交于 2022-05-29 21:38 +08:00 . finish
{
"name": "node-service",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "nodemon bin/www",
"dev": "./node_modules/.bin/nodemon bin/www",
"prd": "pm2 start bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@koa/multer": "^3.0.0",
"@types/node": "^17.0.35",
"debug": "^4.1.1",
"fluent-ffmpeg": "^2.1.2",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.0",
"koa-onerror": "^4.1.0",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa-views": "^6.2.0",
"pug": "^2.0.3",
"sharp": "^0.30.5"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sidneylyc/bli-node-service.git
git@gitee.com:sidneylyc/bli-node-service.git
sidneylyc
bli-node-service
bli-node-service
master

搜索帮助