mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 03:54:21 +01:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
}
|