加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 820 Bytes
一键复制 编辑 原始数据 按行查看 历史
符道胜 提交于 2022-07-09 14:57 . delete .dev & readme
{
"name": "chat_system",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev-client": "cd client && npm run start",
"dev-server": "cd server && npm run start",
"start": "concurrently \"npm:dev-server\" \"npm:dev-client\"",
"client-install": "cd client && npm install && cd ../",
"server-install": "cd server && npm install && cd ../",
"post-install": "npm install && npm run server-install && npm run client-install"
},
"repository": {
"type": "git",
"url": "git@gitee.com:fudaosheng/chat_system.git"
},
"keywords": [
"chat",
"react",
"koa",
"mysql",
"聊天"
],
"author": "fudaosheng",
"license": "ISC",
"dependencies": {
"concurrently": "^6.4.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化