{
  "name": "@udraft/core",
  "version": "1.8.12",
  "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": {
    "case": "^1.6.3",
    "class-validator": "^0.14.1",
    "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"
}
