{
  "name": "bs-callbag-of",
  "version": "0.1.0",
  "scripts": {
    "clean": "bsb -clean-world",
    "build": "bsb -make-world",
    "watch": "bsb -make-world -w",
    "test": "npm run build && bats test.bats",
    "example": "parcel example.html"
  },
  "keywords": [
    "BuckleScript"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@ristostevcev/bs-callbag-basics": "^1.4.0",
    "bats": "^1.1.0",
    "bs-platform": "^4.0.7",
    "esm": "^3.2.22",
    "parcel-bundler": "^1.12.3"
  },
  "dependencies": {
    "@ristostevcev/bs-callbag": "^1.1.0",
    "callbag-of": "^2.0.0"
  }
}
