加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1015 Bytes
一键复制 编辑 原始数据 按行查看 历史
黒之染 提交于 2021-03-19 17:01 . 0.1.8
{
"name": "@haua/sql",
"version": "0.1.8",
"description": "无依赖的轻量级sql语句生成,适用于所有js环境",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest --coverage tests/*",
"pub": "npm run build && npm version patch && npm publish --access=public"
},
"author": "haua",
"homepage": "https://gitee.com/haua/h-sql/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://gitee.com/haua/h-sql"
},
"keywords": [
"sql",
"sql-builder",
"mysql"
],
"files": [
"dist/*"
],
"license": "ISC",
"devDependencies": {
"@types/jest": "^26.0.8",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.2.2",
"prettier": "^2.0.5",
"ts-jest": "^26.4.4",
"ts-node": "^9.0.0",
"typescript": "^3.9.7"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化