UNPKG

@autobe/agent

Version:

AI backend server code generator

85 lines 1.93 kB
{ "name": "@autobe/agent", "version": "0.16.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.30.8", "@prisma/internals": "^6.7.0", "@samchon/openapi": "^4.6.0", "openai": "^5.2.0", "tstl": "^3.0.0", "typia": "^9.6.0", "uuid": "^11.1.0", "@autobe/interface": "^0.16.1", "@autobe/utils": "^0.16.1" }, "devDependencies": { "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@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.8.3", "@autobe/compiler": "^0.16.1", "@autobe/filesystem": "^0.16.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" }