Files
turso/bindings/javascript/examples/database-node/package.json
2025-10-03 13:23:59 +04:00

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"
}
}