{
  "name": "slonik",
  "version": "48.14.0",
  "description": "A Node.js PostgreSQL client with strict types, detailed logging and assertions.",
  "keywords": [
    "postgresql",
    "promise",
    "types"
  ],
  "license": "BSD-3-Clause",
  "author": {
    "name": "Gajus Kuizinas",
    "email": "gajus@gajus.com",
    "url": "http://gajus.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gajus/slonik"
  },
  "files": [
    "./src",
    "./dist"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "dependencies": {
    "@opentelemetry/api": "^1.9.0",
    "@slonik/driver": "^48.14.0",
    "@slonik/errors": "^48.14.0",
    "@slonik/pg-driver": "^48.14.0",
    "@slonik/sql-tag": "^48.14.0",
    "@slonik/utilities": "^48.14.0",
    "@standard-schema/spec": "^1.0.0",
    "iso8601-duration": "^2.1.3",
    "p-limit": "^6.2.0",
    "postgres-interval": "^4.0.2",
    "roarr": "^7.21.4",
    "serialize-error": "^12.0.0",
    "strict-event-emitter-types": "^2.0.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^24.10.13",
    "@types/sinon": "^20.0.0",
    "ava": "^6.4.1",
    "cspell": "^9.6.4",
    "expect-type": "^1.2.2",
    "get-port": "^7.1.0",
    "sinon": "^21.0.0",
    "tsimp": "^2.0.12",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=24"
  },
  "scripts": {
    "build": "rm -fr ./dist && tsc --project ./tsconfig.json",
    "lint": "npm run lint:cspell && npm run lint:tsc",
    "lint:cspell": "cspell . --no-progress --gitignore",
    "lint:tsc": "tsc --noEmit",
    "test": "ava --verbose --serial"
  }
}