{
	"name": "@devinmdavies/eslint-plugin-barrel-files",
	"version": "3.0.23",
	"description": "eslint plugin to avoid common errors with barrel files",
	"main": "index.js",
	"directories": {
		"doc": "docs",
		"lib": "lib",
		"test": "tests"
	},
	"type": "module",
	"scripts": {
		"test": "npm run test:node",
		"test:node": "mocha tests --recursive",
		"test:single": "mocha tests/lib/rules/avoid-barrel-files-ts.js --watch"
	},
	"keywords": [
		"eslint",
		"eslintplugin",
		"eslint-plugin",
		"barrel",
		"barrelfiles"
	],
	"peerDependencies": {
		"eslint": ">= 5"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/thepassle/eslint-plugin-barrel-files"
	},
	"author": "",
	"license": "MIT",
	"devDependencies": {
		"@types/node": "^22.13.10",
		"@typescript-eslint/parser": "^6.20.0",
		"@typescript-eslint/rule-tester": "^7.6.0",
		"mocha": "^10.2.0",
		"typescript": "^5.8.2"
	},
	"dependencies": {
		"@devinmdavies/eslint-barrel-file-utils": "^0.0.29",
		"multimatch": "^7.0.0",
		"oxc-resolver": "^10.0.0"
	}
}
