-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.26 KB
/
package.json
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
{
"private": true,
"type": "module",
"workspaces": [
"packages/sqlynx-app",
"packages/sqlynx-core-bindings",
"packages/sqlynx-protobuf"
],
"packages": {
"ts-node": "^10.9.1"
},
"devDependencies": {
"@bufbuild/buf": "^1.46.0",
"@bufbuild/protoc-gen-es": "^1.10.0",
"@connectrpc/protoc-gen-connect-es": "^1.6.1",
"@eslint/js": "^9.14.0",
"@tauri-apps/cli": "^2.0.4",
"@types/node": "^22.8.7",
"eslint": "^9.14.0",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"wasm-pack": "^0.13.1"
},
"browserslist": [
"last 1 version",
"> 1%"
],
"packageManager": "[email protected]",
"resolutions": {
"@primer/octicons-react@npm:^19.8.0": "patch:@primer/octicons-react@npm%3A19.9.0#~/.yarn/patches/@primer-octicons-react-npm-19.9.0-65341cfa23.patch"
},
"scripts": {
"compute:wasm:o0": "wasm-pack build --target web --debug --out-name sqlynx_compute --out-dir ./dist ./packages/sqlynx-compute/",
"compute:wasm:o3": "wasm-pack build --target web --release --out-name sqlynx_compute --out-dir ./dist ./packages/sqlynx-compute/"
}
}