{
  "name": "@rip-lang/db",
  "version": "2.0.1",
  "description": "DuckDB-over-HTTP client and CLI for Rip — talks to a duckdb-harbor instance",
  "type": "module",
  "exports": {
    "./client": "./client.rip",
    "./embed": "./embed.rip"
  },
  "bin": {
    "rip-db": "./bin/rip-db"
  },
  "keywords": [
    "db",
    "database",
    "duckdb",
    "duckdb-harbor",
    "sql",
    "http",
    "client",
    "mcp",
    "bun",
    "rip"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shreeve/rip-lang.git",
    "directory": "packages/db"
  },
  "homepage": "https://github.com/shreeve/rip-lang/tree/main/packages/db#readme",
  "bugs": {
    "url": "https://github.com/shreeve/rip-lang/issues"
  },
  "author": "Steve Shreeve <steve.shreeve@gmail.com>",
  "license": "MIT",
  "files": [
    "client.rip",
    "embed.rip",
    "mcp.rip",
    "bin/",
    "README.md"
  ]
}
