Files
turso/bindings/javascript/examples/drizzle/package.json
2025-07-22 10:35:30 +03:00

17 lines
327 B
JSON

{
"name": "drizzle",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@tursodatabase/turso": "../..",
"better-sqlite3": "^12.2.0",
"drizzle-orm": "^0.44.3"
}
}