{ "name": "@snk/action", "version": "1.0.0", "dependencies": { "@actions/core": "1.2.6", "@snk/gif-creator": "1.0.0", "@snk/github-user-contribution": "1.0.0" }, "devDependencies": { "@zeit/ncc": "0.22.3" }, "scripts": { "build": "ncc build --external canvas --out dist ./index.ts ", "dev": "rm -f __tests__/__snapshots__/out.gif ; ncc run __tests__/dev.ts --quiet" } }