1 Star 0 Fork 1

daijiapeng/本科毕业设计-Egg.js-基于web的在线考试系统后端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
daijiapeng 提交于 2023-04-10 10:39 . 完成查询exam的api
{
"name": "exam_server",
"version": "1.0.0",
"description": "The server of online Examination System (graduation Project)",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"egg": "^3",
"egg-cors": "^2.2.3",
"egg-mysql": "^3.4.0",
"egg-scripts": "^2.17.0",
"eslint": "^8.37.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^7.1.0"
},
"devDependencies": {
"egg-bin": "^5",
"egg-ci": "^2",
"egg-mock": "^5",
"eslint": "^8",
"eslint-config-egg": "^12"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"start": "egg-scripts start --daemon",
"stop": "egg-scripts stop",
"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": "Dai Jiapeng",
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/daijiapeng/exam_server.git
git@gitee.com:daijiapeng/exam_server.git
daijiapeng
exam_server
本科毕业设计-Egg.js-基于web的在线考试系统后端
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385