{
	"name": "@0x57/oxlint-config",
	"version": "0.3.1",
	"description": "Shared oxlint configuration used by 0x57 projects",
	"type": "module",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"default": "./dist/index.js"
		}
	},
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"format": "oxfmt",
		"lint": "oxlint --disable-nested-config",
		"build": "tsgo",
		"prepare": "bun run format && bun run build"
	},
	"devDependencies": {
		"@0x57/oxfmt-config": "1.0.11",
		"@0x57/typescript-config": "2.0.2",
		"oxlint": "1.78.0"
	},
	"peerDependencies": {
		"oxlint": "1.78.0",
		"oxlint-tsgolint": "7.0.2001"
	},
	"devEngines": {
		"packageManager": [
			{
				"name": "bun",
				"version": "1.3.14",
				"onFail": "download"
			},
			{
				"name": "npm",
				"version": "11.17.0"
			}
		]
	}
}
