{
	"name": "@aliaksandarpratashchyk/kickcat",
	"version": "0.6.0",
	"description": "Infrastructure-as-code toolkit for GitHub repository automation. Includes reusable workflows, utilities, and a CLI to install workflow templates.",
	"bin": {
		"kickcat": "./dist/bundle.js"
	},
	"author": "Aliaksandar Pratashchyk <aliaksandarpratashchyk@gmail.com>",
	"license": "MIT",
	"keywords": [
		"github-actions",
		"workflows",
		"automation",
		"iac",
		"cli",
		"milestones",
		"labels",
		"projects",
		"github",
		"ci"
	],
	"files": [
		"dist",
		"templates",
		"schemas",
		"codex",
		"LICENSE",
		"README.md"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/aliaksandarpratashchyk/kickcat.git"
	},
	"bugs": {
		"url": "https://github.com/aliaksandarpratashchyk/kickcat/issues"
	},
	"homepage": "https://github.com/aliaksandarpratashchyk/kickcat#readme",
	"scripts": {
		"build": "webpack",
		"e2e": "npm run build && jest --testPathIgnorePatterns src",
		"test": "jest --testPathIgnorePatterns e2e > COVERAGE.md && coverage-badges-cli -s ./coverage/coverage-summary.json -o ./coverage.svg --label Coverage",
		"format": "npx prettier . --write",
		"lint": "cross-env ESLINT_ENV=cli npx eslint . --fix"
	},
	"devDependencies": {
		"@eslint/js": "^9.39.0",
		"@octokit/core": "^7.0.6",
		"@octokit/types": "^16.0.0",
		"@types/jest": "^30.0.0",
		"@types/node": "^24.6.2",
		"@types/underscore": "^1.13.0",
		"coverage-badges-cli": "^2.2.0",
		"cpx": "^1.2.1",
		"cross-env": "^10.1.0",
		"eslint": "^9.39.0",
		"eslint-config-prettier": "^10.1.8",
		"eslint-import-resolver-typescript": "^4.4.4",
		"eslint-plugin-import-x": "^4.16.1",
		"eslint-plugin-jest": "^29.0.1",
		"eslint-plugin-perfectionist": "^4.15.1",
		"fork-ts-checker-webpack-plugin": "^9.1.0",
		"jest": "^30.1.3",
		"memfs": "^4.51.0",
		"prettier": "3.6.2",
		"rimraf": "^6.1.0",
		"terser-webpack-plugin": "^5.3.14",
		"ts-jest": "^29.4.4",
		"ts-loader": "^9.5.4",
		"ts-node": "^10.9.2",
		"typescript": "^5.9.2",
		"typescript-eslint": "^8.46.2",
		"webpack": "^5.102.1",
		"webpack-cli": "^6.0.1"
	},
	"dependencies": {
		"@actions/core": "^1.10.1",
		"@actions/github": "^6.0.0",
		"@octokit/plugin-paginate-graphql": "^6.0.0",
		"@octokit/plugin-paginate-rest": "^14.0.0",
		"@octokit/plugin-rest-endpoint-methods": "^17.0.0",
		"@octokit/rest": "^22.0.1",
		"@types/js-yaml": "^4.0.9",
		"ajv": "^8.17.1",
		"commander": "^12.1.0",
		"dotenv": "^17.2.3",
		"octokit": "^5.0.5",
		"reflect-metadata": "^0.2.2",
		"tsyringe": "^4.10.0",
		"underscore": "^1.13.7",
		"yaml": "^2.4.1"
	}
}
