加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZZ 提交于 2023-08-18 15:31 . 修整启动控制台输出路由表信息
{
"name": "kankan-mover-server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@xdooi/consoletable": "^1.0.3",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"colors-console": "^1.0.3",
"cors": "^2.8.5",
"express": "^4.18.2",
"figlet": "^1.6.0",
"js-base64": "^3.7.5",
"pretty": "^2.0.0",
"random-useragent": "^0.5.0",
"user-agents": "^1.0.1444"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化