mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 17:14:20 +01:00
15 lines
274 B
JSON
15 lines
274 B
JSON
{
|
|
"name": "database-node",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@tursodatabase/database": "^0.2.0"
|
|
}
|
|
}
|