{
  "name": "@rehat666/bard-api",
  "version": "1.3.2",
  "description": "A Node.js library for interacting with Google Bard, an experimental conversational AI chat service powered by Google's Language Model for Dialogue Applications (LaMDA). Use this library to leverage the capabilities of Bard, including coding, math problem solving, and writing assistance.",
  "main": "index.js",
  "keywords": [
    "node",
    "library",
    "Bard",
    "Google",
    "AI",
    "chat",
    "conversational",
    "LaMDA",
    "coding",
    "math",
    "writing"
  ],
  "author": "Ohio03 | rehat666",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.5.1",
    "qs": "^6.11.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Ohio03/bard-api"
  },
  "scripts": {
    "postinstall": "echo 'Thank you for installing @rehat666/bard-api! If you find this library useful, please consider giving it a star on GitHub: https://github.com/Ohio03/bard-api'"
  }
}
