{
	"name": "pacman-contribution-graph",
	"version": "2.4.0",
	"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",
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"import": "./dist/pacman-contribution-graph.min.js",
			"types": "./dist/index.d.ts"
		}
	},
	"files": [
		"dist/pacman-contribution-graph.min.js",
		"dist/index.d.ts",
		"action.yml"
	],
	"keywords": [
		"github",
		"pacman",
		"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",
		"jest": "^30.1.3",
		"prettier": "^3.4.2",
		"terser": "^5.37.0",
		"ts-jest": "^29.4.4",
		"ts-loader": "^9.5.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"
	}
}
