mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
36 lines
907 B
JSON
36 lines
907 B
JSON
{
|
|
"name": "sync-node",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "sync-node",
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@tursodatabase/sync": "../../../bindings/javascript/sync/packages/native"
|
|
}
|
|
},
|
|
"../../../bindings/javascript/sync/packages/native": {
|
|
"name": "@tursodatabase/sync",
|
|
"version": "0.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tursodatabase/database-common": "^0.2.0",
|
|
"@tursodatabase/sync-common": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "^3.1.5",
|
|
"@types/node": "^24.3.1",
|
|
"typescript": "^5.9.2",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
},
|
|
"node_modules/@tursodatabase/sync": {
|
|
"resolved": "../../../bindings/javascript/sync/packages/native",
|
|
"link": true
|
|
}
|
|
}
|
|
}
|