mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 13:34:24 +01:00
Move @tursodatabase/sync code to sync/javascript
This commit is contained in:
15
sync/javascript/examples/cloud/package.json
Normal file
15
sync/javascript/examples/cloud/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "cloud",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"@tursodatabase/sync": "../.."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user