{
  "name": "groq-agents",
  "version": "1.0.52",
  "description": "Prebuilt task specific AI agents running solely on Groq (Not Grok). *In development",
  "keywords": [
    "AI",
    "AI-Agents",
    "Agentic",
    "Typescript"
  ],
  "homepage": "https://github.com/KnextKoder/groq_agents#readme",
  "bugs": {
    "url": "https://github.com/KnextKoder/groq_agents/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KnextKoder/groq_agents.git"
  },
  "license": "ISC",
  "author": "Marvelous",
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "@types/node": "^14.0.0",
    "@types/ws": "^8.5.14",
    "typescript": "^4.0.0"
  },
  "dependencies": {
    "@ai-sdk/groq": "^1.1.2",
    "@ai-sdk/provider": "^1.0.6",
    "ai": "^4.1.0",
    "groq-sdk": "^0.12.0",
    "json5": "^2.2.3",
    "ws": "^8.18.0",
    "zod": "^3.24.1"
  }
}
