{
  "name": "bs-webapi",
  "version": "0.19.1",
  "description": "Reason + BuckleScript bindings to DOM",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reasonml-community/bs-webapi-incubator.git"
  },
  "homepage": "https://github.com/reasonml-community/bs-webapi-incubator#readme",
  "keywords": [
    "reason",
    "bucklescript",
    "web",
    "dom"
  ],
  "scripts": {
    "build": "bsb -make-world",
    "start": "bsb -w",
    "clean": "bsb -clean-world",
    "test": "bsb -make-world && bsdoc build api && bsdoc support-files"
  },
  "files": [
    "src/",
    "bsconfig.json"
  ],
  "author": "chenglou",
  "license": "MIT",
  "devDependencies": {
    "bs-platform": "^7.1.0"
  },
  "dependencies": {
    "bs-fetch": "^0.6.2"
  },
  "peerDependencies": {
    "bsdoc": "^6.0.4-alpha"
  }
}
