{
  "name": "@sqliteai/sqlite-sync-linux-x86_64",
  "version": "1.0.20",
  "description": "SQLite Sync extension for Linux x86_64 (glibc)",
  "main": "index.js",
  "os": [
    "linux"
  ],
  "cpu": [
    "x64",
    "ia32"
  ],
  "files": [
    "cloudsync.so",
    "index.js",
    "README.md",
    "LICENSE.md"
  ],
  "keywords": [
    "sqlite",
    "sync",
    "linux",
    "x86_64"
  ],
  "author": "Gioele Cantoni (gioele@sqlitecloud.io)",
  "license": "SEE LICENSE IN LICENSE.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/sqliteai/sqlite-sync.git",
    "directory": "packages/node"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
