{
  "name": "messageformat",
  "version": "4.0.0",
  "description": "Intl.MessageFormat / Unicode MessageFormat 2 parser, runtime and polyfill",
  "keywords": [
    "messageformat",
    "unicode",
    "polyfill",
    "internationalization",
    "i18n",
    "localization",
    "l10n"
  ],
  "contributors": [
    "Eemeli Aro <eemeli@gmail.com>"
  ],
  "license": "Apache-2.0",
  "homepage": "http://messageformat.github.io/messageformat/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/messageformat/messageformat.git",
    "directory": "packages/mf2-messageformat"
  },
  "main": "lib/index.js",
  "type": "module",
  "files": [
    "lib/"
  ],
  "exports": {
    ".": "./lib/index.js",
    "./cst": "./lib/cst/index.js",
    "./functions": "./lib/functions/index.js",
    "./package.json": "./package.json"
  },
  "engines": {
    "node": "^20.19 || ^22.12 || >=24"
  },
  "scripts": {
    "build": "tsc --project tsconfig.build.json"
  }
}
