-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 649 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 649 Bytes
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
{
"name": "ku",
"version": "0.0.1",
"workspaces": [
"ui/",
"prql-browser",
"protos/",
"prql-js"
],
"scripts": {
"build:base": "npm run build -w protos -w prql-js -w ui",
"build:browser": "npm run build -w prql-browser",
"build": "npm run build:base && npm run build:browser",
"test": "npm run test --workspaces --if-present"
},
"devDependencies": {
"@types/jest": "^28.1.6",
"eslint-config-mantine": "^2.0.0",
"jest": "^28.1.3",
"prettier": "^2.8.3",
"prettier-plugin-organize-imports": "^3.2.3",
"pretty-quick": "^3.1.3",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1"
}
}