mirror of
https://github.com/beekeeper-studio/beekeeper-studio.git
synced 2026-03-13 10:12:54 +08:00
43 lines
1.9 KiB
JSON
43 lines
1.9 KiB
JSON
{
|
|
"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": [
|
|
"apps/*"
|
|
],
|
|
"scripts": {
|
|
"bks:build": "yarn lib:build && yarn workspace beekeeper-studio electron:build",
|
|
"bks:dev": "yarn lib:build && yarn workspace beekeeper-studio electron:serve",
|
|
"bks:config:build": "yarn workspace beekeeper-studio config:build",
|
|
"lib:dev": "yarn workspace @beekeeperstudio/ui-kit lib:dev",
|
|
"lib:build": "yarn workspace @beekeeperstudio/ui-kit build",
|
|
"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:e2e:ci": "yarn workspace beekeeper-studio test:e2e:ci",
|
|
"test:integration": "yarn workspace beekeeper-studio test:integration",
|
|
"test:unit": "yarn workspace beekeeper-studio test:unit && yarn workspace @beekeeperstudio/ui-kit test:unit",
|
|
"test:ci": "yarn workspace beekeeper-studio test:ci",
|
|
"test:codemirror": "yarn workspace beekeeper-studio test:codemirror",
|
|
"all:lint": "yarn workspace beekeeper-studio lint && yarn workspace sqltools lint && npx eslint 'shared/**' --fix",
|
|
"postinstall": "husky install",
|
|
"prepack": "pinst --disable",
|
|
"postpack": "pinst --enable"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "8.0.3",
|
|
"pinst": "^3.0.0"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
|
"resolutions": {
|
|
"cpu-features": "file:./.yarn/packages/empty-package"
|
|
}
|
|
}
|