{
  "name": "@bundled-es-modules/message-format",
  "version": "6.2.4",
  "description": "Mirror of message-format, bundled and exposed as ES module",
  "author": "Thomas Allmer <d4kmor@gmail.com>",
  "main": "index.js",
  "type": "module",
  "devDependencies": {
    "message-format": "6.2.4",
    "rollup": "^0.62.0",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-node-resolve": "^3.3.0"
  },
  "scripts": {
    "build": "rollup -c ./rollup.config.js"
  }
}
