{
	"name": "gitlab-compressed-size-action",
	"version": "1.1.0",
	"description": "A GitLab CI job that will post file-size changes on your pull-requests as comments",
	"main": "build/index.js",
	"types": "build/index.d.ts",
	"bin": {
		"gitlab-compressed-size-action": "./bin/gitlab-compressed-size-action.js"
	},
	"repository": {
		"type": "git",
		"url": "git@github.com:craft-interactive/gitlab-compressed-size-action.git"
	},
	"author": "craft-interactive.de",
	"license": "MIT",
	"contributors": [
		{
			"name": "Tyll Weiß",
			"email": "info@craft-interactive.de"
		}
	],
	"scripts": {
		"bootstrap": "npm i && husky install",
		"audit": "npm audit --prod --audit-level=high",
		"build": "rm -rf build && npx tsc",
		"test": "TZ=UTC NODE_ENV=test jest"
	},
	"devDependencies": {
		"@tsconfig/node18": "1.0.1",
		"@types/jest": "29.2.2",
		"@types/node": "18.11.9",
		"esbuild": "0.15.13",
		"husky": "8.0.2",
		"jest": "29.3.1",
		"jest-junit": "14.0.1",
		"lint-staged": "13.0.3",
		"prettier": "2.7.1",
		"ts-jest": "29.0.3",
		"ts-node": "10.9.1",
		"typescript": "4.8.4"
	},
	"dependencies": {
		"commander": "9.4.1",
		"consola": "2.15.2",
		"envalid": "7.3.1",
		"fast-glob": "3.2.12",
		"got": "11.8.5",
		"gzip-size": "6.0.0",
		"jszip": "3.10.1"
	},
	"lint-staged": {
		"*.{js,json,ts,md,yml,yaml,html,har}": [
			"prettier --write"
		]
	}
}
