2 Star 7 Fork 0

MacXiang/mysql-convert

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 772 Bytes
一键复制 编辑 原始数据 按行查看 历史
MacXiang 提交于 2021-03-09 17:50 +08:00 . 修复 where.value值为array时无效
{
"name": "@mac-xiang/mysql-convert",
"version": "1.0.1-11",
"description": "由特定格式下的json转为mysql语句",
"main": "dist/index.js",
"scripts": {
"test": "mocha --reporter spec",
"build": "tsc",
"dev": "nodemon --config nodemon.json",
"dev:debug": "nodemon --config nodemon.json --inspect-brk src/index.ts"
},
"repository": {
"type": "git",
"url": "https://gitee.com/tmkmk/mysql-convert.git"
},
"keywords": [
"convert",
"typescript",
"mysql"
],
"author": "tmkmk",
"license": "AGPL-3.0",
"devDependencies": {
"@types/form-data": "^2.5.0",
"@types/md5": "^2.2.1",
"@types/node": "^14.14.22",
"typescript": "^4.1.3"
},
"dependencies": {
"@mac-xiang/method": "^1.0.2-3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/MacXiang/mysql-convert.git
git@gitee.com:MacXiang/mysql-convert.git
MacXiang
mysql-convert
mysql-convert
master

搜索帮助