fix package jsons

This commit is contained in:
Nikita Sivukhin
2025-10-03 14:44:15 +04:00
parent 82d53f8d06
commit f582744819
7 changed files with 56 additions and 9 deletions

View File

@@ -2,11 +2,14 @@
"name": "sync-node",
"version": "1.0.0",
"main": "index.mjs",
"scripts": {
},
"author": "",
"license": "ISC",
"description": "",
"scripts": {
"tsc-build": "echo 'no tsc-build'",
"build": "echo 'no build'",
"test": "echo 'no tests'"
},
"dependencies": {
"@tursodatabase/sync": "^0.2.0"
}