{
	"name": "@sheplu/editorconfig",
	"version": "0.10.1",
	"description": "CLI to generate and validate a consistent .editorconfig across your projects",
	"main": "index.js",
	"files": [
		"index.js",
		"src/"
	],
	"scripts": {
		"lint": "oxlint",
		"test": "node --test",
		"test:coverage": "node --test --experimental-test-coverage --test-coverage-lines=95 --test-coverage-branches=95 --test-coverage-functions=95",
		"test:unit": "node --test 'test/unit/*.test.js'",
		"test:integration": "node --test 'test/integration/*.test.js'"
	},
	"bin": {
		"@sheplu/editorconfig": "index.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/sheplu/editorconfig.git"
	},
	"keywords": [
		"editorconfig",
		"cli",
		"config",
		"code-style",
		"formatting",
		"generator"
	],
	"author": "Jean Burellier",
	"license": "MIT",
	"type": "module",
	"engines": {
		"node": ">=24"
	},
	"bugs": {
		"url": "https://github.com/sheplu/editorconfig/issues"
	},
	"homepage": "https://github.com/sheplu/editorconfig#readme",
	"devDependencies": {
		"node-pty": "1.0.0",
		"oxlint": "^1.65.0"
	}
}
