{
    "name": "vellum-chat-example",
    "version": "1.0.0",
    "description": "Example chat application using the Vellum Node SDK",
    "main": "chat-api.js",
    "scripts": {
        "api": "npx ts-node chat-api.ts",
        "dev": "next dev",
        "fetch": "npx ts-node chat-fetch.ts",
        "lint": "next lint"
    },
    "dependencies": {
        "dotenv": "^16.6.1",
        "next": "^14.2.0",
        "react": "^18.3.0",
        "react-dom": "^18.3.0",
        "vellum-ai": "^1.13.3"
    },
    "devDependencies": {
        "@types/node": "^20.0.0",
        "@types/react": "^18.3.0",
        "@types/react-dom": "^18.3.0",
        "eslint": "^8.57.0",
        "eslint-config-next": "^14.2.0",
        "ts-node": "^10.9.0",
        "typescript": "^5.0.0"
    }
}
