{
  "name": "dbay",
  "version": "16.1.1",
  "description": "In-Process, In-Memory & File-Based Relational Data Processing with SQLite, BetterSQLite3",
  "main": "lib/main.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/loveencounterflow/dbay.git"
  },
  "keywords": [
    "sql",
    "sqlite",
    "db",
    "yesql"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/loveencounterflow/dbay/issues"
  },
  "homepage": "https://github.com/loveencounterflow/dbay#readme",
  "dependencies": {
    "better-sqlite3": "^11.6.0",
    "dayjs": "1.11.11",
    "dbay-sql-macros": "0.1.0",
    "exit-hook": "^2.2.1",
    "guy": "13.7.2",
    "guy-legacy": "npm:guy@4",
    "intertype": "7.7.0"
  },
  "scripts": {
    "build": "coffee --map -o lib -c src",
    "test": "echo see 'https://github.com/loveencounterflow/hengist/tree/master/dev/dbay'"
  }
}