{
  "name": "@stackql/pgwire-lite",
  "version": "1.0.1",
  "publishConfig": {
    "access": "public"
  },
  "description": "A lightweight PostgreSQL wire protocol client built with Node.js",
  "main": "./src/index.js",
  "type": "module",
  "scripts": {
    "test": "bash ./start-server.sh && mocha test/connection.test.js && bash ./stop-server.sh",
    "secure-test": "bash ./start-secure-server.sh && mocha test/secure-connection.test.js && bash ./stop-server.sh"
  },
  "keywords": [
    "stackql",
    "postgresql",
    "pgwire",
    "wire protocol",
    "lightweight",
    "client"
  ],
  "author": "Jeffrey Aven, StackQL Studios",
  "license": "MIT",
  "dependencies": {
    "winston": "^3.14.2"
  },
  "devDependencies": {
    "chai": "^5.1.1",
    "mocha": "^10.7.3"
  }
}
