mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-01 07:24:19 +01:00
move examples to the top-level directory
This commit is contained in:
35
examples/javascript/sync-node/package-lock.json
generated
Normal file
35
examples/javascript/sync-node/package-lock.json
generated
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user