1 Star 0 Fork 1

JDSSLL/当当-Node

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 992 Bytes
一键复制 编辑 原始数据 按行查看 历史
一只橘喵 提交于 2024-05-19 15:30 . ss
{
"name": "koamysql",
"version": "1.0.0",
"engines": {
"node": "18.12.1"
},
"description": "",
"main": "index.js",
"scripts": {
"dev": "set NODE_ENV=dev&& nodemon --watch src/ -e ts --exec ts-node ./src/app.ts",
"prod": "set NODE_ENV=prod&& nodemon --watch src/ -e ts --exec ts-node ./src/app.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/koa": "^2.13.4",
"@types/koa-json": "^2.0.20",
"@types/koa-router": "^7.4.4",
"@types/lodash": "^4.14.182",
"@types/mysql": "^2.15.21",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.4",
"koa-body": "^5.0.0",
"koa-json": "^2.0.2",
"koa-router": "^10.1.1",
"log4js": "^6.4.7",
"mysql": "^2.18.1",
"mysql2": "^3.9.7",
"nodemon": "^2.0.16",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.19.1",
"sequelize-typescript": "^2.1.3",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/reconstruct_tst/dangdang-node.git
git@gitee.com:reconstruct_tst/dangdang-node.git
reconstruct_tst
dangdang-node
当当-Node
master

搜索帮助