{
	"author": "artxe2",
	"bugs": {
		"url": "https://github.com/Artxe2/lube-series/issues"
	},
	"description": "Full fixable rules for auto-formatting with ESLint only without Prettier",
	"devDependencies": {
		"@types/eslint": "^9.6.1",
		"@types/estree": "^1.0.8",
		"@typescript-eslint/parser": "^8.35.0",
		"eslint": "^9.29.0",
		"mocha": "^11.7.0",
		"typescript": "^5.8.3"
	},
	"keywords": [
		"eslint-plugin",
		"lube",
		"eslint-plugin-lube",
		"prettier",
		"jsdoc"
	],
	"license": "MIT",
	"main": "index.js",
	"name": "eslint-plugin-lube",
	"peerDependencies": {
		"eslint": ">=9.0.0"
	},
	"repository": {
		"directory": "packages/eslint-plugin-lube",
		"type": "git",
		"url": "https://github.com/Artxe2/lube-series"
	},
	"scripts": {
		"dts": "node ../../scripts/tsc_with_clean.js eslint-plugin-lube",
		"test": "mocha"
	},
	"type": "commonjs",
	"types": "types/index.d.ts",
	"version": "0.5.1"
}