forked from tursodatabase/turso
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 698 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 698 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
27
{
"type": "module",
"scripts": {
"build": "npm run build --workspaces",
"build:native": "npm run build --workspace=packages/common --workspace=packages/native",
"tsc-build": "npm run tsc-build --workspaces",
"test": "npm run test --workspaces"
},
"workspaces": [
"packages/common",
"packages/wasm-common",
"packages/native",
"packages/wasm",
"sync/packages/common",
"sync/packages/native",
"sync/packages/wasm"
],
"resolutions": {
"playwright": "1.61.0",
"emnapi": "1.4.5",
"@emnapi/core": "1.8.1",
"@emnapi/runtime": "1.8.1",
"@emnapi/wasi-threads": "1.1.0",
"@napi-rs/cli": "3.1.5"
},
"version": "0.8.0-pre.6"
}