{ "name": "@snk/action", "version": "1.0.0", "dependencies": { "@actions/core": "1.10.0", "@snk/gif-creator": "1.0.0", "@snk/github-user-contribution": "1.0.0", "@snk/solver": "1.0.0", "@snk/svg-creator": "1.0.0", "@snk/types": "1.0.0" }, "devDependencies": { "@vercel/ncc": "0.36.1", "dotenv": "16.3.1" }, "scripts": { "build": "ncc build --external canvas --external gifsicle --out dist ./index.ts", "run:build": "INPUT_GITHUB_USER_NAME=platane INPUT_OUTPUTS='dist/out.svg' node dist/index.js" } }