1 Star 0 Fork 2

ForeverAct/beekeeper-studio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
Day Matchullis 提交于 2023-06-20 23:54 . fix shared lint errors
{
"name": "bks-root",
"version": "1.0.0",
"repository": "[email protected]:beekeeper-studio/beekeeper-studio.git",
"author": "Matthew Rathbone <[email protected]>",
"license": "MIT",
"private": true,
"workspaces": {
"packages": [
"apps/*"
]
},
"scripts": {
"bks:build": "yarn workspace beekeeper-studio electron:build",
"bks:dev": "yarn workspace beekeeper-studio electron:serve",
"sqltools:build": "yarn workspace sqltools build",
"sqltools:dev": "yarn workspace sqltools serve",
"electron:build": "yarn bks:build",
"electron:serve": "yarn bks:dev",
"docs:serve": "yarn workspace beekeeper-studio docs:serve",
"web:serve": "yarn sqltools:dev",
"test:integration": "yarn workspace beekeeper-studio test:integration",
"test:unit": "yarn workspace beekeeper-studio test:unit",
"all:lint": "yarn workspace beekeeper-studio lint && yarn workspace sqltools lint && npx eslint 'shared/**' --fix"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"npm-run-all": "^4.1.5"
},
"resolutions": {
"nan": "2.17.0",
"node-abi": "^3.34.0",
"cpu-features": "./.yarn/packages/empty-package"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ForeverAct/beekeeper-studio.git
[email protected]:ForeverAct/beekeeper-studio.git
ForeverAct
beekeeper-studio
beekeeper-studio
master

搜索帮助