{
  "name": "@shopware-ag/gh-project-automation",
  "version": "1.15.3",
  "description": "Project automation for shopware",
  "type": "module",
  "scripts": {
    "build": "unbuild",
    "prepack": "unbuild",
    "lint": "eslint .",
    "lint-fix": "eslint . --fix",
    "test": "vitest run",
    "test:watch": "vitest",
    "cli": "npx tsx ./src/scripts/cli.ts"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "unbuild": {
    "clean": true,
    "sourcemap": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shopware/gh-project-automation.git"
  },
  "keywords": [
    "shopware",
    "github",
    "actions"
  ],
  "author": "shopware AG",
  "license": "MIT",
  "optionalDependencies": {
    "@actions/core": "^2.0.2",
    "@actions/exec": "^2.0.0",
    "@actions/github": "^9.0.0",
    "@actions/glob": "^0.5.0",
    "@actions/io": "^2.0.0",
    "@types/node-fetch": "^2.6.12",
    "node-fetch": "^2.6.12"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@graphql-eslint/eslint-plugin": "^4.4.0",
    "eslint": "^10.4.1",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.26.1",
    "unbuild": "^3.5.0",
    "vitest": "^4.1.8"
  },
  "dependencies": {
    "@slack/web-api": "^7.17.0"
  }
}
