UNPKG

@autobe/filesystem

Version:

AI backend server code generator

68 lines 1.31 kB
{ "name": "@autobe/filesystem", "version": "0.17.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" }, "dependencies": { "@samchon/openapi": "^4.6.0", "tstl": "^3.0.0" }, "devDependencies": { "@types/node": "^22.15.19", "rimraf": "^6.0.1", "typescript": "~5.9.2" }, "files": [ "lib", "src", "package.json", "LICENSE", "README.md" ], "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 && tsc", "postbuild": "node ../../internals/config/assertBuild.js" }, "typings": "lib/index.d.ts" }