{
  "name": "bs-react-tabs",
  "main": "lib/js/src/ReactTabs.bs.js",
  "version": "1.0.0",
  "description": "Bucklescript bindings for reactjs/react-tabs",
  "scripts": {
    "clean": "bsb -clean-world",
    "build": "bsb -make-world",
    "format": "bsrefmt --in-place src/*.re",
    "watch": "bsb -make-world -w"
  },
  "devDependencies": {
    "bs-platform": "^8.4.2",
    "react-tabs": "^3.1.2",
    "reason-react": "^0.9.1"
  },
  "peerDependencies": {
    "react-tabs": "^3.1.0"
  }
}
