{
	"name": "should-semantic-release",
	"version": "0.3.5",
	"description": "Checks whether a semantic release should be run for a repository. 💂",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/JoshuaKGoldberg/should-semantic-release.git"
	},
	"license": "MIT",
	"author": {
		"name": "JoshuaKGoldberg",
		"email": "npm@joshuakgoldberg.com"
	},
	"type": "module",
	"main": "lib/index.js",
	"bin": "bin/should-semantic-release.mjs",
	"files": [
		"LICENSE.md",
		"README.md",
		"bin/should-semantic-release.mjs",
		"lib/",
		"package.json"
	],
	"scripts": {
		"build": "tsup",
		"format": "prettier .",
		"lint": "eslint . --max-warnings 0",
		"lint:knip": "knip",
		"lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line",
		"lint:packages": "pnpm dedupe --check",
		"lint:spelling": "cspell \"**\" \".github/**/*\"",
		"prepare": "husky",
		"test": "vitest",
		"tsc": "tsc"
	},
	"lint-staged": {
		"*": "prettier --ignore-unknown --write"
	},
	"dependencies": {
		"@pkgjs/parseargs": "^0.11.0",
		"conventional-commits-parser": "^6.2.1"
	},
	"devDependencies": {
		"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
		"@eslint/js": "9.39.0",
		"@release-it/conventional-changelog": "10.0.0",
		"@types/eslint-plugin-markdown": "2.0.2",
		"@types/node": "24.10.0",
		"@types/pkgjs__parseargs": "0.10.3",
		"@vitest/coverage-v8": "4.0.1",
		"@vitest/eslint-plugin": "1.4.0",
		"console-fail-test": "0.5.0",
		"create-typescript-app": "2.41.0",
		"cspell": "9.2.0",
		"eslint": "9.39.0",
		"eslint-plugin-jsdoc": "61.1.0",
		"eslint-plugin-jsonc": "2.21.0",
		"eslint-plugin-markdown": "5.1.0",
		"eslint-plugin-n": "17.16.2",
		"eslint-plugin-package-json": "0.54.0",
		"eslint-plugin-perfectionist": "4.15.0",
		"eslint-plugin-regexp": "2.10.0",
		"eslint-plugin-yml": "1.19.0",
		"husky": "9.1.7",
		"knip": "5.67.0",
		"lint-staged": "16.2.0",
		"markdownlint": "0.39.0",
		"markdownlint-cli": "0.45.0",
		"prettier": "3.6.0",
		"prettier-plugin-curly": "0.4.0",
		"prettier-plugin-packagejson": "2.5.10",
		"prettier-plugin-sh": "0.18.0",
		"release-it": "19.0.1",
		"sentences-per-line": "0.3.0",
		"tsup": "8.5.0",
		"typescript": "5.9.2",
		"typescript-eslint": "8.41.0",
		"vitest": "4.0.1"
	},
	"packageManager": "pnpm@10.20.0",
	"engines": {
		"node": ">=18"
	},
	"publishConfig": {
		"provenance": true
	}
}
