mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 13:34:24 +01:00
move examples to the top-level directory
This commit is contained in:
40
examples/javascript/database-node/package-lock.json
generated
Normal file
40
examples/javascript/database-node/package-lock.json
generated
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "database-node",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "database-node",
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@tursodatabase/database": "../../../bindings/javascript/packages/native"
|
||||
}
|
||||
},
|
||||
"../../../bindings/javascript/packages/database": {
|
||||
"extraneous": true
|
||||
},
|
||||
"../../../bindings/javascript/packages/native": {
|
||||
"name": "@tursodatabase/database",
|
||||
"version": "0.2.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tursodatabase/database-common": "^0.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "^3.1.5",
|
||||
"@types/node": "^24.3.1",
|
||||
"better-sqlite3": "^12.2.0",
|
||||
"drizzle-kit": "^0.31.4",
|
||||
"drizzle-orm": "^0.44.5",
|
||||
"typescript": "^5.9.2",
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@tursodatabase/database": {
|
||||
"resolved": "../../../bindings/javascript/packages/native",
|
||||
"link": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user