forked from beekeeper-studio/beekeeper-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.69 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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:integration": "yarn workspace beekeeper-studio test:integration",
"test:unit": "yarn workspace beekeeper-studio 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"
}