{
  "name": "@tursodatabase/sync-common",
  "version": "0.6.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/tursodatabase/turso"
  },
  "type": "module",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "packageManager": "yarn@4.9.2",
  "files": [
    "dist/**",
    "README.md"
  ],
  "devDependencies": {
    "@types/node": "^24.12.2",
    "typescript": "^5.9.2"
  },
  "scripts": {
    "tsc-build": "npm exec tsc",
    "build": "npm run tsc-build",
    "test": "echo 'no tests'"
  },
  "dependencies": {
    "@tursodatabase/database-common": "^0.6.1",
    "@tursodatabase/serverless": "^0.2.2"
  }
}
