{
  "name": "@cdwr/deploy-env-action",
  "version": "0.1.1",
  "description": "The Deploy Env Action will analyze the environment to deploy your Fly.io applications to.",
  "repository": {
    "type": "git",
    "url": "https://github.com/codeware-sthlm/codeware.git",
    "directory": "packages/deploy-env-action"
  },
  "author": {
    "name": "Codeware Sthlm",
    "email": "hello@codeware.se",
    "url": "https://codeware.se"
  },
  "license": "MIT",
  "keywords": [
    "Automation",
    "GitHub Actions",
    "Environment",
    "Fly.io"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@actions/core": "^1.11.1",
    "@actions/github": "^6.0.0",
    "zod": "^3.23.8"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./src/index.d.ts",
      "import": "./index.js",
      "require": "./index.cjs"
    }
  },
  "types": "./src/index.d.ts",
  "main": "./index.js",
  "module": "./index.js"
}