{
  "name": "@autobe/agent",
  "version": "0.31.1",
  "description": "AI backend server code generator",
  "main": "lib/index.js",
  "author": "Wrtn Technologies",
  "license": "AGPL-3.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/wrtnlabs/autobe"
  },
  "bugs": {
    "url": "https://github.com/wrtnlabs/autobe/issues"
  },
  "files": [
    "lib",
    "src",
    "package.json",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "@agentica/core": "^0.44.1",
    "@huggingface/transformers": "^4.0.0",
    "@prisma/internals": "^7.0.0",
    "@typia/interface": "^12.0.1",
    "@typia/utils": "^12.0.1",
    "openai": "^6.15.0",
    "pluralize": "^8.0.0",
    "tstl": "^3.0.0",
    "typia": "^12.0.1",
    "uuid": "^11.1.0",
    "yaml": "^2.8.2",
    "@autobe/interface": "^0.31.1",
    "@autobe/utils": "^0.31.1"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/pluralize": "^0.0.33",
    "@types/uuid": "^10.0.0",
    "rimraf": "^6.0.1",
    "rollup": "^4.40.1",
    "ts-node": "^10.9.2",
    "typescript": "~5.9.3",
    "@autobe/filesystem": "^0.31.1",
    "@autobe/compiler": "^0.31.1"
  },
  "keywords": [
    "ai",
    "api",
    "api-design",
    "auto-generation",
    "autobe",
    "automation",
    "backend",
    "backend-development",
    "code-generation",
    "documentation",
    "e2e-testing",
    "erd",
    "nestjs",
    "openapi",
    "orm",
    "postgres",
    "postgresql",
    "prisma",
    "requirements-analysis",
    "rest",
    "server",
    "spiral-model",
    "swagger",
    "testing",
    "typescript",
    "vibe-coding",
    "waterfall"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rimraf lib && pnpm run build:prompt && rollup -c && tsc",
    "build:prompt": "ts-node build/prompt.ts",
    "postbuild": "node ../../internals/config/assertBuild.js",
    "dev": "rimraf lib && pnpm run build:prompt && tsc --watch"
  },
  "typings": "lib/index.d.ts"
}