UNPKG

@lbu/code-gen

Version:

Generate various boring parts of your server

46 lines (45 loc) 929 B
{ "name": "@lbu/code-gen", "version": "0.0.102", "description": "Generate various boring parts of your server", "main": "./index.js", "exports": "./index.js", "types": "./index.d.ts", "type": "module", "keywords": [ "lightbase", "lbu", "generate", "router", "validation", "code-gen" ], "license": "MIT", "dependencies": { "@lbu/cli": "0.0.102", "@lbu/insight": "0.0.102", "@lbu/stdlib": "0.0.102" }, "maintainers": [ { "name": "Dirk de Visser", "email": "dirkdev98@gmail.com" }, { "name": "Daniël Hansen" } ], "homepage": "https://lbu.lightbase.nl", "repository": { "type": "git", "url": "https://github.com/lightbasenl/lbu.git", "directory": "packages/code-gen" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=14" }, "gitHead": "f3d63b97864d03d0b9f9f3cd2c99d4798e473c41" }