{
  "name": "angel-manager",
  "private": false,
  "version": "1.1.1",
  "main": "dist/main.cjs.js",
  "module": "dist/main.es.js",
  "types": "dist/main.d.ts",
  "type": "module",
  "author": "Gilson Garcia",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Gilsonlgd/angel-manager.git"
  },
  "bugs": {
    "url": "https://github.com/Gilsonlgd/angel-manager/issues"
  },
  "homepage": "https://github.com/Gilsonlgd/angel-manager#readme",
  "keywords": [
    "scaffolding",
    "architecture management",
    "template-based code generation",
    "code-generation",
    "frontend-scaffolding",
    "backend-scaffolding",
    "architecture-modeling",
    "architecture",
    "template",
    "template-based-code-generation",
    "scaffolding",
    "cli",
    "nodejs",
    "architecture-management",
    "boilerplate",
    "code-generator",
    "automation",
    "productivity",
    "frontend",
    "backend",
    "development-tools",
    "web-development",
    "typescript"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview"
  },
  "bin": {
    "angel": "dist/bin/index.js"
  },
  "devDependencies": {
    "@types/pluralize": "^0.0.33",
    "typescript": "^5.5.3",
    "vite": "^5.4.1",
    "vite-plugin-static-copy": "^1.0.6"
  },
  "dependencies": {
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/node": "^22.5.5",
    "change-case": "^5.4.4",
    "commander": "^12.1.0",
    "esbuild": "^0.24.0",
    "liquidjs": "^10.17.0",
    "pluralize": "^8.0.0",
    "prettier": "^3.3.3",
    "rollup-plugin-typescript-paths": "^1.5.0",
    "tslib": "^2.7.0"
  },
  "exports": {
    ".": {
      "import": "./dist/main.es.js",
      "require": "./dist/main.umd.js",
      "types": "./dist/main.d.ts"
    }
  }
}