{
  "name": "intl-messageformat-html",
  "version": "1.0.11",
  "description": "HTML tag functions for use with intl-messageformat",
  "main": "dist/index.js",
  "scripts": {
    "start": "tsc",
    "build": "tsc",
    "prepublish": "tsc",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/samuelneff/intl-messageformat-html.git"
  },
  "keywords": [
    "intl-messageformat",
    "html",
    "i18n",
    "intl",
    "internationalization",
    "localization",
    "globalizatio",
    "nmessageformat",
    "plural",
    "icu"
  ],
  "author": "Samuel Neff <sam@serndesign.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/samuelneff/intl-messageformat-html/issues"
  },
  "homepage": "https://github.com/samuelneff/intl-messageformat-html#readme",
  "devDependencies": {
    "@jest/types": "^29.6.3",
    "@types/jest": "^29.5.12",
    "@types/lodash": "^4.17.7",
    "ejs": "^3.1.10",
    "intl-messageformat": "^10.5.14",
    "intl-messageformat-html": "file:./src",
    "jest": "^29.7.0",
    "lodash": "^4.17.21",
    "ts-jest": "^29.2.0",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^4.2.0",
    "typescript": "^5.5.3"
  },
  "dependencies": {
    "utikity": "^2.0.0"
  }
}
