{
  "name": "bs-react-intl",
  "version": "2.0.0",
  "description": "BuckleScript bindings to react-intl",
  "author": "Alex Fedoseev <alex.fedoseev@gmail.com>",
  "license": "MIT",
  "main": "src/ReactIntl.bs.js",
  "scripts": {
    "start": "parcel examples/index.html",
    "build": "bsb -clean-world -make-world",
    "watch": "bsb -clean-world -make-world -w",
    "clean": "bsb -clean-world",
    "extract": "node examples/extractor",
    "preextract": "yarn run build",
    "format": "bsrefmt --in-place **/*.re",
    "test": "exit 0",
    "preversion": "yarn run clean"
  },
  "peerDependencies": {
    "bs-platform": ">=7.2.2",
    "react-intl": ">=4.0.0",
    "reason-react": ">=0.7.0"
  },
  "devDependencies": {
    "bs-platform": "7.3.2",
    "bs-react-intl-extractor-bin": "0.9.0",
    "bsb-js": "^1.1.7",
    "parcel-bundler": "1.12.4",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-intl": "4.5.3",
    "reason-react": "0.9.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/alexfedoseev/bs-react-intl.git"
  },
  "files": [
    "src",
    "bsconfig.json"
  ],
  "keywords": [
    "react",
    "react-intl",
    "reason",
    "reasonml",
    "ocaml",
    "bucklescript"
  ]
}
