3 Star 19 Fork 2

Gitee 极速下载/beekeeper-studio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/beekeeper-studio/beekeeper-studio
克隆/下载
package.json 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
Matthew Rathbone 提交于 2024-06-21 14:03 . Unit tests working again
{
"name": "bks-root",
"version": "1.0.0",
"repository": "git@github.com:beekeeper-studio/beekeeper-studio.git",
"author": "Matthew Rathbone <matthew.rathbone@gmail.com>",
"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:e2e": "yarn workspace beekeeper-studio test:e2e",
"test:integration": "yarn workspace beekeeper-studio test:integration",
"test:unit": "yarn workspace beekeeper-studio test:unit",
"test:ci": "yarn workspace beekeeper-studio test:ci",
"all:lint": "yarn workspace beekeeper-studio lint && yarn workspace sqltools lint && npx eslint 'shared/**' --fix"
},
"resolutions": {
"nan": "2.17.0",
"node-abi": "^3.34.0",
"cpu-features": ".yarn/packages/empty-package",
"electron-builder": "23.0.2"
},
"volta": {
"node": "16.19.1",
"yarn": "1.22.21"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/mirrors/beekeeper-studio.git
git@gitee.com:mirrors/beekeeper-studio.git
mirrors
beekeeper-studio
beekeeper-studio
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385