{
  "name": "ads4gpts-langchain",
  "version": "0.0.5",
  "description": "Ads for AI applications. Enabling the Freemium model for the AI era.",
  "homepage": "https://www.ads4gpts.com/",
  "repository": {
    "type": "git",
    "url": "https://github.com/ADS4GPTs/ads4gpts/libs/js-sdk/ads4gpts-vercelai"
  },
  "readmeFilename": "README.md",
  "engines": {
    "node": ">=18.0.0"
  },
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc",
    "prepare": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "ads",
    "GPT",
    "LLM",
    "freemium",
    "AI"
  ],
  "author": "ADS4GPTs",
  "license": "GNU AGPLv3",
  "dependencies": {
    "@langchain/core": "^0.3.24",
    "@langchain/openai": "^0.3.15",
    "dotenv": "^16.4.7",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.2",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.2"
  }
}
