加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 922 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vica 提交于 2024-04-29 17:24 . v1.0
{
"name": "daoke-homestay-typescript",
"version": "1.0.0",
"description": "this is amazing system for Rent Management",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"egg": "^3.17.5",
"egg-scripts": "2"
},
"devDependencies": {
"egg-bin": "6",
"egg-mock": "5",
"eslint": "8",
"eslint-config-egg": "13"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-daoke-homestay-typescript",
"stop": "egg-scripts stop --title=egg-server-daoke-homestay-typescript",
"dev": "egg-bin dev",
"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"
},
"repository": {
"type": "git",
"url": ""
},
"author": "zhuovica@gmail.com",
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化