UNPKG

@autobe/agent

Version:

AI backend server code generator

87 lines 1.99 kB
{ "name": "@autobe/agent", "version": "0.29.2", "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.34.2", "@prisma/internals": "^6.16.2", "@samchon/openapi": "^5.0.1", "openai": "^6.7.0", "pluralize": "^8.0.0", "tstl": "^3.0.0", "typia": "^10.0.2", "uuid": "^11.1.0", "@autobe/utils": "^0.29.2", "@autobe/interface": "^0.29.2" }, "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", "ts-patch": "^3.3.0", "typescript": "~5.9.3", "@autobe/compiler": "^0.29.2", "@autobe/filesystem": "^0.29.2" }, "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" }