{
  "name": "climaybe",
  "version": "3.5.0",
  "description": "Shopify CLI by Electric Maybe for theme CI/CD workflows, branch orchestration, app setup, and dev tooling",
  "type": "module",
  "bin": {
    "climaybe": "bin/cli.js"
  },
  "files": [
    "bin/",
    "src/"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "keywords": [
    "shopify",
    "shopify-cli",
    "shopify-theme",
    "theme-development",
    "ci-cd",
    "github-actions",
    "workflow-automation",
    "release-automation",
    "electric-maybe"
  ],
  "author": "Electric Maybe (https://electricmaybe.com)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/electricmaybe/climaybe.git"
  },
  "bugs": "https://github.com/electricmaybe/climaybe/issues",
  "homepage": "https://electricmaybe.com",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "test": "node scripts/run-tests.js 2>&1 | tee test.log",
    "prepare": "husky",
    "prepublishOnly": "node -e \"require('fs').writeFileSync('bin/version.txt', require('./package.json').version)\""
  },
  "release": {
    "branches": [
      "main"
    ],
    "plugins": [
      [
        "@semantic-release/commit-analyzer",
        {
          "preset": "conventionalcommits",
          "releaseRules": [
            {
              "type": "ci",
              "release": "patch"
            },
            {
              "type": "chore",
              "release": "patch"
            }
          ]
        }
      ],
      "@semantic-release/release-notes-generator",
      "@semantic-release/github",
      "@semantic-release/npm",
      [
        "@semantic-release/git",
        {
          "assets": [
            "package.json",
            "package-lock.json"
          ],
          "message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
        }
      ]
    ]
  },
  "dependencies": {
    "@shopify/prettier-plugin-liquid": "^1.6.3",
    "@tailwindcss/cli": "^4.1.17",
    "@tailwindcss/typography": "^0.5.16",
    "commander": "^15.0.0",
    "eslint": "^10.1.0",
    "picocolors": "^1.1.1",
    "prettier": "^3.4.2",
    "prompts": "^2.4.2",
    "stylelint": "^16.9.0",
    "stylelint-config-standard": "^36.0.1",
    "tailwindcss": "^4.1.18"
  },
  "devDependencies": {
    "@commitlint/cli": "^21.0.2",
    "@commitlint/config-conventional": "^20.4.4",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.6",
    "@semantic-release/npm": "^13.1.5",
    "husky": "^9.1.7",
    "semantic-release": "^25.0.3"
  }
}
