1 Star 0 Fork 3

艷華/island

forked from dwc/island 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 951 Bytes
一键复制 编辑 原始数据 按行查看 历史
iGolden 提交于 2019-07-18 23:19 . 静态资源
{
"name": "island",
"version": "1.0.0",
"description": "a demo of node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitee.com:iGolden/island.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"basic-auth": "^2.0.1",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^8.5.1",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"lodash": "^4.17.11",
"module-alias": "^2.2.0",
"mysql2": "^1.6.5",
"require-directory": "^2.1.1",
"sequelize": "^5.8.11",
"validator": "^11.0.0"
},
"_moduleAliases": {
"@root": ".",
"@model": "app/model",
"@core": "core",
"@middlewares": "middlewares",
"@validator": "app/validators/validator.js",
"@services": "app/services",
"@lib": "app/lib"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zyhua/island.git
git@gitee.com:zyhua/island.git
zyhua
island
island
master

搜索帮助