Files
snk/packages/action/package.json
platane 743771147d ⬆️
2023-09-23 20:07:23 +02:00

21 lines
556 B
JSON

{
"name": "@snk/action",
"version": "1.0.0",
"dependencies": {
"@actions/core": "1.10.1",
"@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.38.0",
"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"
}
}