UNPKG

@udraft/core

Version:

uDraft is a language and stack agnostic code-generation tool that simplifies full-stack development by converting a single YAML file into code for rapid development.

48 lines (47 loc) 1.22 kB
{ "name": "@udraft/core", "version": "1.11.10", "license": "MIT", "main": "dist/index.js", "description": "uDraft is a language and stack agnostic code-generation tool that simplifies full-stack development by converting a single YAML file into code for rapid development.", "scripts": { "build": "tsc" }, "author": "Lucas Portela <contact@lucasportela.dev> (https://lucasportela.dev)", "repository": { "type": "git", "url": "git+https://github.com/lucas-portela/udraft.git" }, "publishConfig": { "access": "public" }, "dependencies": { "@types/lodash": "^4.17.16", "case": "^1.6.3", "class-validator": "^0.14.1", "lodash": "^4.17.21", "terminal-kit": "^3.1.2", "yaml": "^2.7.0" }, "devDependencies": { "@types/node": "^22.13.4", "@types/terminal-kit": "^2.5.7", "typescript": "^5.8.2" }, "keywords": [ "Code", "Generation", "Codebase", "Architecture", "Productivity", "Reusability", "Modeling", "Database", "Fullstack" ], "types": "./dist/index.d.ts", "bugs": { "url": "https://github.com/lucas-portela/udraft/issues" }, "homepage": "https://github.com/lucas-portela/udraft#readme" }