{
  "name": "pgchat",
  "version": "0.0.12",
  "description": "Chat CLI for Postgres powered by inferable.ai",
  "bin": {
    "inf-chat": "bin/index.js"
  },
  "main": "bin/chat.js",
  "types": "bin/chat.d.ts",
  "engines": {
    "node": "20.x"
  },
  "scripts": {
    "test:dev": "jest --runInBand --watch src --forceExit --onlyChanged",
    "test": "jest --runInBand --forceExit",
    "start": "node ./bin/index.js",
    "build": "tsc && chmod +x ./bin/index.js",
    "prepare": "npm run build",
    "clean": "rm -rf ./bin",
    "dev": "npm run build && npm run start"
  },
  "author": "Inferable, Inc.",
  "type": "module",
  "license": "MIT",
  "dependencies": {
    "@inferable/pgsql-adapter": "^0.0.5",
    "@inferable/react": "^0.0.26",
    "@ts-rest/core": "^3.28.0",
    "@types/yargs": "^17.0.33",
    "dotenv": "^16.4.5",
    "inferable": "^0.30.81",
    "ink": "^5.1.0",
    "ink-spawn": "^0.1.4",
    "ink-spinner": "^5.0.0",
    "ink-text-input": "^6.0.0",
    "react": "^18.3.1",
    "simple-update-notifier": "^2.0.0",
    "typescript": "^5.2.2",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@types/ink": "^0.5.2",
    "@types/marked-terminal": "^6.1.1",
    "@types/react": "^18.3.18",
    "jest": "^29.7.0"
  },
  "jest": {
    "testMatch": [
      "**/__tests__/**/*.ts",
      "**/?(*.)+(spec|test).ts"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/inferablehq/pgchat.git"
  }
}
