1 Star 1 Fork 3

liuyu00/丸子桌面后端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
liuyu00 提交于 2022-12-29 09:11 . 初始化提交
{
"name": "eggdemo",
"version": "1.0.0",
"description": "",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"egg": "^3",
"egg-mysql": "^3.2.0",
"egg-scripts": "^2"
},
"devDependencies": {
"axios": "^1.2.1",
"cheerio": "^1.0.0-rc.12",
"diagnostics_channel": "^1.1.0",
"egg-bin": "^5",
"egg-ci": "^2",
"egg-mock": "^5",
"eslint": "^8",
"eslint-config-egg": "^12",
"jsonwebtoken": "^8.5.1",
"superagent": "^8.0.6"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-eggdemo",
"stop": "egg-scripts stop --title=egg-server-eggdemo",
"dev": "egg-bin dev",
"debug": "egg-bin debug",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov"
},
"ci": {
"version": "16, 18",
"type": "github"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/liuyudage/desktop-api.git
[email protected]:liuyudage/desktop-api.git
liuyudage
desktop-api
丸子桌面后端
master

搜索帮助