mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 03:34:18 +01:00
20 lines
442 B
JSON
20 lines
442 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "npm run build --workspaces",
|
|
"tsc-build": "npm run tsc-build --workspaces",
|
|
"test": "npm run test --workspaces"
|
|
},
|
|
"workspaces": [
|
|
"packages/wasm-runtime",
|
|
"packages/common",
|
|
"packages/native",
|
|
"packages/browser-common",
|
|
"packages/browser",
|
|
"sync/packages/common",
|
|
"sync/packages/native",
|
|
"sync/packages/browser"
|
|
],
|
|
"version": "0.2.0-pre.3"
|
|
}
|