Ai
3 Star 9 Fork 1

web3d/node-lbs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
web3d 提交于 2025-06-20 09:01 +08:00 . upgrade the eggjs version to v3
{
"name": "nodelbs",
"version": "1.0.0",
"description": "migrated from asp blog system lbs v2",
"private": true,
"dependencies": {
"egg": "^3.30.1",
"egg-mysql": "^5.0.0",
"egg-scripts": "^3.1.0",
"egg-view-ejs": "^2.0.1",
"xml2js": "^0.6.2"
},
"devDependencies": {
"autod": "^3.1.2",
"autod-egg": "^1.1.0",
"egg-bin": "^6.13.0",
"egg-ci": "^2.2.0",
"egg-mock": "^5.15.1",
"eslint": "^7.32.0",
"eslint-config-egg": "^13.1.0",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=20.18.1"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-nodelbs",
"stop": "egg-scripts stop --title=egg-server-nodelbs",
"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",
"autod": "autod"
},
"ci": {
"version": "8"
},
"repository": {
"type": "git",
"url": ""
},
"author": "jimmy",
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/web3d/node-lbs.git
git@gitee.com:web3d/node-lbs.git
web3d
node-lbs
node-lbs
master

搜索帮助