move examples to the top-level directory

This commit is contained in:
Nikita Sivukhin
2025-10-06 18:01:54 +04:00
parent 0b9a5f331c
commit 926fd25cdd
28 changed files with 1186 additions and 739 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "database-node",
"version": "1.0.0",
"main": "index.mjs",
"author": "",
"license": "ISC",
"description": "",
"scripts": {
"tsc-build": "echo 'no tsc-build'",
"build": "echo 'no build'",
"test": "echo 'no tests'"
},
"dependencies": {
"@tursodatabase/database": "../../../bindings/javascript/packages/native"
}
}