mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
17 lines
354 B
JSON
17 lines
354 B
JSON
{
|
|
"name": "sync-node",
|
|
"version": "1.0.0",
|
|
"main": "index.mjs",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"scripts": {
|
|
"tsc-build": "echo 'no tsc-build'",
|
|
"build": "echo 'no build'",
|
|
"test": "echo 'no tests'"
|
|
},
|
|
"dependencies": {
|
|
"@tursodatabase/sync": "../../../bindings/javascript/sync/packages/native"
|
|
}
|
|
}
|