加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "mock-server",
"version": "1.0.0",
"description": "服务器端数据模拟,方便前端工程师独立于后端进行开发。该项目的目标是实现一个简单易用的前端数据模拟工具,支持自定义数据模拟、请求代理、跨域访问。目前只支持http请求,不支持websocket通讯。",
"main": "app.js",
"scripts": {
"start": "node --use-strict app.js",
"dev": "nodemon --use-strict app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yakima-Teng/mock-server.git"
},
"author": "Yakima",
"license": "ISC",
"bugs": {
"url": "https://github.com/Yakima-Teng/mock-server/issues"
},
"homepage": "https://github.com/Yakima-Teng/mock-server#readme",
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"http-proxy-middleware": "^0.17.3",
"markdown-it": "^8.2.2",
"mockjs": "^1.0.1-beta3",
"nodemon": "^1.11.0",
"opn": "^4.0.2",
"serve-favicon": "^2.3.2",
"stream-body": "^1.0.4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化