mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
move examples to the top-level directory
This commit is contained in:
16
examples/javascript/database-node/package.json
Normal file
16
examples/javascript/database-node/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user