{
  "name": "pixel-profile-github-action",
  "version": "1.1.0",
  "dependencies": {
    "@actions/core": "1.10.1",
    "@resvg/resvg-js-linux-x64-gnu": "2.6.0",
    "pixel-profile": "workspace:*",
    "pixel-profile-utils": "workspace:*"
  },
  "devDependencies": {
    "@vercel/ncc": "0.38.0",
    "dotenv": "16.3.1"
  },
  "scripts": {
    "build:local": "ncc build --out libs ./index.ts",
    "run:build": "INPUT_OUTPUTS='dist/github-stats?username=LuciNyan&screen_effect=true&pixelate_avatar=false' node libs/index.js",
    "rerun": "npm run build:local && npm run run:build"
  }
}
