{
	"name": "@aetherjs/prettier-config",
	"version": "1.3.0",
	"description": "Standard Prettier config for Aether-Development projects.",
	"author": "@aetherjs",
	"license": "MIT",
	"type": "module",
	"main": "dist/index.js",
	"exports": {
		".": {
			"default": "./dist/index.js"
		}
	},
	"sideEffects": false,
	"scripts": {
		"build": "tsup",
		"bump": "cliff-jumper",
		"check-update": "cliff-jumper --dry-run"
	},
	"dependencies": {
		"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
		"prettier": "^3.5.3",
		"prettier-plugin-packagejson": "^2.5.10"
	},
	"devDependencies": {
		"@favware/cliff-jumper": "^6.0.0",
		"typescript": "^5.8.3"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/aether-development/utilities.git",
		"directory": "packages/prettier-config"
	},
	"bugs": {
		"url": "https://github.com/aether-development/utilities/issues"
	},
	"homepage": "https://github.com/aether-development/utilities/tree/main/packages/eslint-config",
	"keywords": [
		"aether-development",
		"bot",
		"typescript",
		"ts",
		"bun",
		"aetherjs",
		"standalone"
	],
	"files": [
		"dist/"
	],
	"publishConfig": {
		"access": "public"
	},
	"nx": {
		"targets": {
			"lint": {
				"executor": "nx:run-commands",
				"dependsOn": [
					"@aetherjs/eslint-config:build"
				],
				"options": {
					"command": "eslint src --fix",
					"cwd": "{projectRoot}"
				}
			}
		}
	}
}
