mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 11:34:21 +01:00
19 lines
398 B
JSON
19 lines
398 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "npm run build --workspaces",
|
|
"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"
|
|
],
|
|
"version": "0.2.0"
|
|
}
|