{
  "name": "@prettier/plugin-hermes",
  "version": "0.1.3",
  "description": "Prettier Hermes plugin.",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.mjs"
    },
    "./*": "./*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prettier/prettier.git",
    "directory": "packages/plugin-hermes"
  },
  "funding": "https://github.com/prettier/prettier?sponsor=1",
  "homepage": "https://github.com/prettier/prettier/tree/main/packages/plugin-hermes",
  "author": "fisker Cheung <lionkay@gmail.com>",
  "license": "MIT",
  "sideEffects": false,
  "engines": {
    "node": ">=14"
  },
  "type": "commonjs",
  "files": [
    "LICENSE",
    "README.md",
    "THIRD-PARTY-NOTICES.md",
    "index.d.ts",
    "index.mjs",
    "package.json"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
