{
	"name": "xo",
	"version": "0.60.0",
	"description": "JavaScript/TypeScript linter (ESLint wrapper) with great defaults",
	"license": "MIT",
	"repository": "xojs/xo",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"bin": "./cli.js",
	"sideEffects": false,
	"engines": {
		"node": ">=18.18"
	},
	"scripts": {
		"test:clean": "find ./test -type d -name 'node_modules' -prune -not -path ./test/fixtures/project/node_modules -exec rm -rf '{}' +",
		"test": "node cli.js && nyc ava"
	},
	"files": [
		"config",
		"lib",
		"*.js"
	],
	"keywords": [
		"cli-app",
		"cli",
		"xo",
		"xoxo",
		"happy",
		"happiness",
		"code",
		"quality",
		"style",
		"lint",
		"linter",
		"jshint",
		"jslint",
		"eslint",
		"validate",
		"code style",
		"standard",
		"strict",
		"check",
		"checker",
		"verify",
		"enforce",
		"hint",
		"simple",
		"javascript",
		"typescript"
	],
	"dependencies": {
		"@eslint/eslintrc": "^3.2.0",
		"@typescript-eslint/eslint-plugin": "^7.16.1",
		"@typescript-eslint/parser": "^7.16.1",
		"arrify": "^3.0.0",
		"cosmiconfig": "^9.0.0",
		"define-lazy-prop": "^3.0.0",
		"eslint": "^8.57.0",
		"eslint-config-prettier": "^9.1.0",
		"eslint-config-xo": "^0.45.0",
		"eslint-config-xo-typescript": "^5.0.0",
		"eslint-formatter-pretty": "^6.0.1",
		"eslint-import-resolver-webpack": "^0.13.9",
		"eslint-plugin-ava": "^14.0.0",
		"eslint-plugin-eslint-comments": "^3.2.0",
		"eslint-plugin-import": "^2.31.0",
		"eslint-plugin-n": "^17.14.0",
		"eslint-plugin-no-use-extend-native": "^0.5.0",
		"eslint-plugin-prettier": "^5.2.1",
		"eslint-plugin-promise": "^6.4.0",
		"eslint-plugin-unicorn": "^56.0.1",
		"esm-utils": "^4.3.0",
		"find-cache-dir": "^5.0.0",
		"find-up-simple": "^1.0.0",
		"get-stdin": "^9.0.0",
		"get-tsconfig": "^4.8.1",
		"globby": "^14.0.2",
		"imurmurhash": "^0.1.4",
		"json-stable-stringify-without-jsonify": "^1.0.1",
		"lodash-es": "^4.17.21",
		"meow": "^13.2.0",
		"micromatch": "^4.0.8",
		"open-editor": "^5.0.0",
		"prettier": "^3.4.2",
		"semver": "^7.6.3",
		"slash": "^5.1.0",
		"to-absolute-glob": "^3.0.0",
		"typescript": "^5.7.2"
	},
	"devDependencies": {
		"ava": "^6.2.0",
		"eslint-config-xo-react": "^0.27.0",
		"eslint-plugin-react": "^7.37.2",
		"eslint-plugin-react-hooks": "^5.1.0",
		"execa": "^9.5.1",
		"nyc": "^17.1.0",
		"proxyquire": "^2.1.3",
		"temp-write": "^6.0.0",
		"webpack": "^5.97.1"
	},
	"xo": {
		"ignores": [
			"test/fixtures",
			"test/temp",
			"coverage"
		]
	},
	"ava": {
		"files": [
			"!test/temp"
		],
		"timeout": "1m",
		"workerThreads": false
	},
	"nyc": {
		"reporter": [
			"text",
			"lcov"
		]
	}
}
