res-react-intl
Version:
Reason/OCaml PPX generating ReactIntl `id` from `defaultMessage`
36 lines • 837 B
JSON
{
"name": "res-react-intl",
"version": "3.1.2",
"description": "Reason/OCaml PPX generating ReactIntl `id` from `defaultMessage`",
"homepage": "https://github.com/SimonDegraeve/res-react-intl",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SimonDegraeve/res-react-intl.git"
},
"keywords": [
"react-intl",
"ppx",
"reason-react",
"rescript"
],
"scripts": {
"postinstall": "node postinstall.js"
},
"bin": {
"res-react-intl-ppx.exe": "ppx.exe",
"res-react-intl-extract.exe": "extract.exe",
"res-react-intl-ppx": "ppx",
"res-react-intl-extract": "extract"
},
"files": [
"platform-windows-x64/",
"platform-linux-x64/",
"platform-darwin-x64/",
"postinstall.js",
"ppx.exe",
"ppx",
"extract.exe",
"extract"
]
}