{
  "name": "@omer-x/buttler",
  "version": "1.3.14",
  "description": "automates CI/CD workflows using Docker and GitHub webhooks",
  "keywords": [
    "automation",
    "continuous-delivery",
    "continous-integration",
    "continous-deployment",
    "docker",
    "github-webhooks",
    "cli"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/omermecitoglu/buttler.git"
  },
  "bugs": {
    "url": "https://github.com/omermecitoglu/buttler/issues"
  },
  "homepage": "https://github.com/omermecitoglu/buttler#readme",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "author": {
    "name": "Omer Mecitoglu",
    "email": "omer.mecitoglu@gmail.com",
    "url": "https://omermecitoglu.github.io"
  },
  "license": "MIT",
  "bin": {
    "buttler": "bin/cli.js"
  },
  "files": [
    "bin/",
    "ui/",
    "drizzle/"
  ],
  "type": "module",
  "engines": {
    "node": ">=19.0.0"
  },
  "scripts": {
    "test": "jest",
    "add:model": "generate-scaffold",
    "migrate": "drizzle-kit generate",
    "unmigrate": "drizzle-kit drop",
    "prebuild": "ts-unused-exports tsconfig.json --excludePathsFromReport='app;.config;instrumentation'",
    "build:cli": "tsup",
    "lint": "next lint",
    "lint:fix": "next lint --fix",
    "dev": "next dev",
    "build:migration": "tsx scripts/migrate.ts",
    "build:ui": "next build",
    "postbuild:ui": "rimraf ui && copyfiles -u 2 -a '.next/standalone/**/*' ui && copyfiles -a '.next/static/**/*' ui && copyfiles -a 'public/**/*' ui && rimraf ui/node_modules",
    "build": "npm run build:cli && npm run build:ui"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^6.7.2",
    "@fortawesome/free-brands-svg-icons": "^6.7.2",
    "@fortawesome/free-solid-svg-icons": "^6.7.2",
    "@fortawesome/react-fontawesome": "^0.2.2",
    "@omer-x/bs-ui-kit": "^1.9.4",
    "better-sqlite3": "^11.8.1",
    "bootstrap": "^5.3.3",
    "change-case": "^5.4.4",
    "commander": "^13.1.0",
    "dockerode": "^4.0.4",
    "drizzle-orm": "^0.37.0",
    "drizzle-zod": "^0.5.1",
    "megajs": "^1.3.6",
    "next": "~15.2.2",
    "react": "^19.0.0",
    "react-bootstrap": "^2.10.9",
    "react-dom": "^19.0.0",
    "react-syntax-highlighter": "^15.6.1",
    "sharp": "^0.33.5",
    "simple-git": "^3.27.0",
    "tar-fs": "^3.0.8",
    "uuid": "^11.1.0",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@jest/globals": "^30.0.0-beta.3",
    "@next/eslint-plugin-next": "^15.2.2",
    "@omer-x/eslint-config": "^2.1.2",
    "@omer-x/next-openapi-scaffold-generator": "^0.3.0",
    "@types/better-sqlite3": "^7.6.12",
    "@types/dockerode": "^3.3.35",
    "@types/node": "^22.13.10",
    "@types/react": "^19.0.10",
    "@types/react-syntax-highlighter": "^15.5.13",
    "@types/tar-fs": "^2.0.4",
    "copyfiles": "^2.4.1",
    "drizzle-kit": "^0.29.1",
    "eslint": "^9.22.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-react": "^7.37.4",
    "rimraf": "^6.0.1",
    "sass": "^1.85.1",
    "semantic-release": "^24.2.3",
    "ts-jest": "^29.3.4",
    "ts-node": "^10.9.2",
    "ts-unused-exports": "^11.0.1",
    "tsup": "^8.4.0",
    "tsx": "^4.19.3",
    "typescript": "^5.8.2"
  }
}
