1 Star 0 Fork 0

will/chat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 831 Bytes
一键复制 编辑 原始数据 按行查看 历史
will 提交于 2023-11-21 00:25 . 区分环境 运行命令 环境变量设置
{
"name": "chat-server",
"version": "0.0.0",
"private": true,
"scripts": {
"liweihuaDEVhom": "cross-env NODE_ENV=hom node ./bin/www",
"liweihuaDEVcom": "cross-env NODE_ENV=com node ./bin/www",
"prod": "pm2 node ./bin/www",
"nodemon": "cross-env NODE_ENV=dev nodemon ./bin/www",
"httpApi": "apidoc -v -e node_modules -i routes -o doc/http",
"serverApi": "apidoc -v -e node_modules -i bin -o doc/server"
},
"dependencies": {
"axios": "^0.19.0",
"cookie-parser": "~1.4.4",
"cross-env": "^7.0.0",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-fileupload": "^1.1.6",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"morgan": "~1.9.1",
"rxjs": "^6.5.3",
"socket.io": "^2.3.0"
},
"devDependencies": {
"eslint": "8.6.0",
"mongoose": "^5.7.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/thinkpadpadthink/chat.git
git@gitee.com:thinkpadpadthink/chat.git
thinkpadpadthink
chat
chat
master

搜索帮助