{
    "name": "@bytenote/prettier-config",
    "version": "1.0.8",
    "description": "Reusable Prettier configuration",
    "keywords": [
        "prettier",
        "config",
        "reusable",
        "tailwindcss",
        "tailwind",
        "jsdoc",
        "sort-imports",
        "organize-imports"
    ],
    "homepage": "https://github.com/bytenote/prettier-config#readme",
    "bugs": "https://github.com/bytenote/prettier-config/issues",
    "main": "prettier.config.js",
    "license": "MIT",
    "author": {
        "name": "Bytenote",
        "email": "contact@bytenote.dev",
        "url": "https://github.com/bytenote"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/bytenote/prettier-config.git"
    },
    "scripts": {
        "format": "prettier -w ."
    },
    "dependencies": {
        "@ianvs/prettier-plugin-sort-imports": "^4.7.1",
        "prettier": "^3.8.1",
        "prettier-plugin-jsdoc": "^1.8.0",
        "prettier-plugin-tailwindcss": "^0.7.2"
    }
}
