messageformat
Version:
Intl.MessageFormat / Unicode MessageFormat 2 parser, runtime and polyfill
39 lines (38 loc) • 913 B
JSON
{
"name": "messageformat",
"version": "4.0.0-12",
"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"
},
"scripts": {
"build": "tsc --project tsconfig.build.json"
}
}