mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
19 lines
358 B
JSON
19 lines
358 B
JSON
{
|
|
"name": "limbo-example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"better-sqlite3": "^11.5.0",
|
|
"drizzle-orm": "^0.36.3",
|
|
"limbo-wasm": ".."
|
|
}
|
|
}
|