pacman-contribution-graph
Version:
Generates a pacman game from a github or gitlab user contributions grid
63 lines (62 loc) • 1.45 kB
JSON
{
"name": "pacman-contribution-graph",
"version": "5.3.1",
"description": "Generates a pacman game from a github or gitlab user contributions grid",
"repository": "github:abozanona/pacman-contribution-graph",
"homepage": "https://abozanona.github.io/pacman-contribution-graph/",
"type": "module",
"main": "dist/pacman-contribution-graph.min.js",
"exports": {
".": {
"import": "./dist/pacman-contribution-graph.min.js"
}
},
"files": [
"dist/pacman-contribution-graph.min.js",
"action.yml"
],
"keywords": [
"github",
"arcade",
"pac-man",
"breakout",
"galaga",
"puzzle-bobble",
"bomberman",
"minesweeper",
"svg",
"contribution-graph",
"animation",
"game",
"actions"
],
"scripts": {
"build": "webpack --config webpack.prod.js",
"dev": "webpack --progress --config webpack.dev.js",
"prepublishOnly": "npm run build",
"build-action": "pnpm run --prefix ./github-action build",
"test": "jest --coverage"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^25.9.1",
"jest": "^30.1.3",
"prettier": "^3.4.2",
"terser": "^5.37.0",
"ts-jest": "^29.4.4",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1"
},
"author": "abozanona",
"packageManager": "pnpm@9.15.4",
"dependencies": {
"yargs": "^18.0.0"
},
"bin": {
"pacman-contribution-graph": "./cli/cli.js"
}
}