{
  "name": "@mcoda/db",
  "version": "0.1.128",
  "description": "SQLite-backed storage layer for mcoda.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "!dist/**/__tests__/**",
    "!dist/**/*.test.*",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bekirdag/mcoda.git"
  },
  "bugs": {
    "url": "https://github.com/bekirdag/mcoda/issues"
  },
  "homepage": "https://github.com/bekirdag/mcoda#readme",
  "license": "MIT",
  "author": "bekir dag",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "sqlite": "^5.1.1",
    "sqlite3": "^5.1.7",
    "@mcoda/shared": "0.1.128"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "lint": "echo \"lint not configured\"",
    "test": "pnpm run build && node ../../scripts/run-node-tests.js dist"
  }
}