mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
add basic examples for database-wasm package
This commit is contained in:
14
bindings/javascript/examples/database-node/package.json
Normal file
14
bindings/javascript/examples/database-node/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user