1 Star 1 Fork 0

疯狂紫萧/phoenix-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
郭方超 提交于 2023-09-06 11:05 . 增加初始化方法
{
"name": "phoenix-server",
"version": "1.0.0",
"description": "朱雀项目旨在实现前端资源的快速上线、快速回退、灰度验证的功能。",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=test nodemon",
"sql": "cross-env NODE_ENV=test ts-node src/model/index.ts",
"build": "node scripts/nginx.js && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dongwo-fe/phoenix-server.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dongwo-fe/phoenix-server/issues"
},
"homepage": "https://github.com/dongwo-fe/phoenix-server#readme",
"dependencies": {
"@koa/router": "12.0.0",
"amqplib": "0.10.3",
"axios": "1.4.0",
"cheerio": "1.0.0-rc.12",
"config": "3.3.9",
"cron": "2.4.1",
"dayjs": "1.11.9",
"ioredis": "^5.3.2",
"koa": "2.14.2",
"koa-body": "6.0.1",
"lru-cache": "10.0.0",
"mongodb": "5.7.0",
"mysql2": "3.6.0",
"nanoid": "3.3.4",
"sequelize": "6.32.1"
},
"devDependencies": {
"@types/koa__router": "12.0.0",
"nodemon": "3.0.1",
"cross-env": "7.0.3",
"ts-node": "8.8.2",
"typescript": "5.1.6"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/cuo9958/phoenix-server.git
git@gitee.com:cuo9958/phoenix-server.git
cuo9958
phoenix-server
phoenix-server
master

搜索帮助