mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
18 lines
350 B
JSON
18 lines
350 B
JSON
{
|
|
"name": "drizzle",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@tursodatabase/database": "../..",
|
|
"better-sqlite3": "^12.2.0",
|
|
"drizzle-orm": "^0.44.3"
|
|
}
|
|
}
|