{
  "name": "@esmate/prettier",
  "type": "module",
  "version": "1.0.8",
  "description": "Prettier configuration for humans.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/viendinhcom/esmate.git"
  },
  "keywords": [
    "esmate",
    "prettier",
    "configuration",
    "eslint",
    "typescript",
    "astro",
    "svelte",
    "tailwindcss"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "find-up": "^7.0.0",
    "globby": "^14.1.0",
    "make-synchronized": "^0.7.2",
    "prettier-plugin-astro": "^0.14.1",
    "prettier-plugin-svelte": "^3.4.1",
    "prettier-plugin-tailwindcss": "^0.6.14"
  },
  "devDependencies": {
    "@esmate/eslint": "^1.2.2",
    "@esmate/prettier": "^1.0.6",
    "@rslib/core": "^0.7.1",
    "@types/node": "^22.19.3",
    "eslint": "^9.39.2",
    "prettier": "^3.7.4",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build --watch",
    "fix": "prettier --write . && eslint --fix .",
    "check": "tsc && prettier --check . && eslint ."
  }
}