Files
snk/packages/action/package.json
platane 82417bf9f5 ⬆️ bump ncc
2023-02-26 10:30:34 +01:00

20 lines
532 B
JSON

{
"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"
},
"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"
}
}