{
  "name": "@ag076810/ai",
  "version": "0.1.5",
  "description": "Effortlessly integrate AI text and image models in your node applications",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "test": "DEBUG=ai.js:* mocha",
    "test:watch": "DEBUG=ai.js:* mocha --watch",
    "examples": "bash examples/run_all.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ag076810/ai.js.git"
  },
  "bin": {
    "ai": "src/cli.js"
  },
  "keywords": [
    "ai",
    "llm",
    "openai",
    "anthropic",
    "gpt-3.5-turbo",
    "gpt-4",
    "claude-v1",
    "stablediffusion",
    "riffusion"
  ],
  "author": "The Maximalist",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ag076810/ai.js/issues"
  },
  "homepage": "https://github.com/ag076810/ai.js#readme",
  "dependencies": {
    "@anthropic-ai/sdk": "^0.4.3",
    "commander": "^10.0.1",
    "debug": "^4.3.4",
    "dotenv": "^16.0.3",
    "node-fetch": "^2.6.9",
    "openai": "^3.2.1",
    "prompt-sync": "^4.2.0",
    "prompt-sync-history": "^1.0.1",
    "replicate": "^0.11.1"
  },
  "devDependencies": {
    "mocha": "^10.2.0"
  },
  "directories": {
    "example": "examples",
    "test": "test"
  }
}
