{
	"name": "@frmds/format",
	"version": "1.0.2",
	"description": "Format JSON files with Cataclysm: Dark Days Ahead's own formatter",
	"keywords": [
		"cataclysm",
		"cataclysm-dda",
		"cdda",
		"frontier-plugin",
		"json",
		"modding"
	],
	"homepage": "https://github.com/FrontierMods/.devtools",
	"bugs": {
		"url": "https://github.com/FrontierMods/.devtools/issues",
		"email": "frontiermods@protonmail.com"
	},
	"license": "MIT",
	"author": {
		"name": "Steve Brand",
		"email": "thatfanficguy@protonmail.com",
		"url": "https://github.com/Hyperseeker"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/FrontierMods/.devtools.git",
		"directory": "packages/format"
	},
	"funding": [
		"https://ko-fi.com/frontiermods",
		"https://www.buymeacoffee.com/frontiermods"
	],
	"files": [
		"LICENSE",
		"package.json",
		"README.md",
		"dist/"
	],
	"type": "module",
	"exports": {
		"./plugin": {
			"types": "./dist/plugin.d.ts",
			"import": "./dist/plugin.js"
		}
	},
	"scripts": {
		"build": "tsc -b",
		"typecheck": "tsc --noEmit",
		"lint": "oxlint --type-aware",
		"format": "oxfmt",
		"format:check": "oxfmt --check",
		"test": "bun test",
		"prepublishOnly": "bun run lint && bun run format:check && bun run test && bun run build",
		"postinstall": "frontier plugins add @frmds/format || exit 0",
		"preuninstall": "frontier plugins remove @frmds/format || exit 0"
	},
	"dependencies": {
		"@clack/prompts": "^1.5.1",
		"@frmds/frontier": "^0.8.0",
		"p-limit": "^7.3.0"
	},
	"devDependencies": {
		"@types/bun": "^1.3.14",
		"@types/node": "^25.9.2",
		"oxfmt": "^0.53.0",
		"oxlint": "^1.68.0",
		"oxlint-tsgolint": "^0.23.0",
		"typescript": "^7"
	},
	"peerDependencies": {
		"@stricli/core": "^1.2.7"
	}
}
