UNPKG

@autobe/compiler

Version:

AI backend server code generator

91 lines 2.13 kB
{ "name": "@autobe/compiler", "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" }, "dependencies": { "@nestia/core": "^9.0.3", "@nestia/migrate": "^9.0.3", "@samchon/openapi": "^5.0.1", "@trivago/prettier-plugin-sort-imports": "^5.2.2", "@typescript-eslint/eslint-plugin": "8.40.0", "@typescript-eslint/parser": "8.40.0", "embed-eslint": "^2.0.1", "embed-prisma": "^1.1.2", "embed-typescript": "^2.0.1", "eslint": "9.34.0", "import2": "^1.0.3", "prettier": "^3.5.3", "prettier-plugin-jsdoc": "^1.3.2", "prisma-markdown": "^3.0.0", "tgrid": "^1.2.0", "tstl": "^3.0.0", "typia": "^10.0.2", "@autobe/interface": "^0.29.2", "@autobe/filesystem": "^0.29.2", "@autobe/utils": "^0.29.2" }, "devDependencies": { "@types/node": "^22.15.3", "rimraf": "^6.0.1", "sync-request": "^6.1.0", "ts-node": "^10.9.2", "ts-patch": "^3.3.0", "typescript": "~5.9.3" }, "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" ], "files": [ "lib", "src", "package.json", "LICENSE", "README.md" ], "publishConfig": { "access": "public" }, "scripts": { "build": "pnpm run prebuild && rimraf lib && tsc", "prebuild": "ts-node build/template.ts && ts-node build/external.ts", "postbuild": "node ../../internals/config/assertBuild.js", "dev": "pnpm run build --watch" }, "typings": "lib/index.d.ts" }