{
	"name": "xo",
	"version": "0.53.1",
	"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",
	"engines": {
		"node": ">=14.16"
	},
	"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"
	],
	"bundledDependencies": [
		"@typescript-eslint/eslint-plugin",
		"@typescript-eslint/parser",
		"eslint-config-xo-typescript"
	],
	"dependencies": {
		"@eslint/eslintrc": "^1.3.3",
		"@typescript-eslint/eslint-plugin": "^5.43.0",
		"@typescript-eslint/parser": "^5.43.0",
		"arrify": "^3.0.0",
		"cosmiconfig": "^7.1.0",
		"define-lazy-prop": "^3.0.0",
		"eslint": "^8.27.0",
		"eslint-config-prettier": "^8.5.0",
		"eslint-config-xo": "^0.43.1",
		"eslint-config-xo-typescript": "^0.55.0",
		"eslint-formatter-pretty": "^4.1.0",
		"eslint-import-resolver-webpack": "^0.13.2",
		"eslint-plugin-ava": "^13.2.0",
		"eslint-plugin-eslint-comments": "^3.2.0",
		"eslint-plugin-import": "^2.26.0",
		"eslint-plugin-n": "^15.5.1",
		"eslint-plugin-no-use-extend-native": "^0.5.0",
		"eslint-plugin-prettier": "^4.2.1",
		"eslint-plugin-unicorn": "^44.0.2",
		"esm-utils": "^4.1.0",
		"find-cache-dir": "^4.0.0",
		"find-up": "^6.3.0",
		"get-stdin": "^9.0.0",
		"globby": "^13.1.2",
		"imurmurhash": "^0.1.4",
		"json-stable-stringify-without-jsonify": "^1.0.1",
		"json5": "^2.2.1",
		"lodash-es": "^4.17.21",
		"meow": "^11.0.0",
		"micromatch": "^4.0.5",
		"open-editor": "^4.0.0",
		"prettier": "^2.7.1",
		"semver": "^7.3.8",
		"slash": "^5.0.0",
		"to-absolute-glob": "^2.0.2",
		"typescript": "^4.9.3"
	},
	"devDependencies": {
		"ava": "^5.1.0",
		"eslint-config-xo-react": "^0.27.0",
		"eslint-plugin-react": "^7.31.10",
		"eslint-plugin-react-hooks": "^4.6.0",
		"execa": "^6.1.0",
		"nyc": "^15.1.0",
		"proxyquire": "^2.1.3",
		"temp-write": "^5.0.0",
		"webpack": "^5.75.0"
	},
	"xo": {
		"ignores": [
			"test/fixtures",
			"test/temp",
			"coverage"
		]
	},
	"ava": {
		"files": [
			"!test/temp"
		],
		"timeout": "1m",
		"workerThreads": false
	},
	"nyc": {
		"reporter": [
			"text",
			"lcov"
		]
	}
}
