@formatjs/macro
Version:
formatjs-related compiler macros
44 lines (43 loc) • 909 B
JSON
{
"name": "@formatjs/macro",
"version": "0.2.8",
"description": "formatjs-related compiler macros",
"keywords": [
"intl",
"i18n",
"internationalization",
"locale",
"localization",
"globalization",
"react",
"react-intl",
"reactjs",
"format",
"formatjs",
"formatting",
"translate",
"translation",
"macro"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Long Ho <holevietlong@gmail.com>",
"homepage": "https://github.com/formatjs/formatjs",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/formatjs/formatjs.git"
},
"scripts": {
"clean": "rimraf lib *.tsbuildinfo",
"build": "tsc"
},
"files": [
"dist",
"src"
],
"bugs": {
"url": "https://github.com/formatjs/formatjs/issues"
},
"gitHead": "84e7cc6f3723801271661fdbdb5391fac7e6f74c"
}