{
  "name": "rescript-webapi",
  "version": "0.10.0",
  "description": "ReScript bindings to the DOM and other Web APIs",
  "repository": {
    "type": "git",
    "url": "https://github.com/TheSpyder/rescript-webapi.git"
  },
  "homepage": "https://github.com/TheSpyder/rescript-webapi#readme",
  "keywords": [
    "rescript",
    "bindings",
    "web",
    "dom",
    "browser",
    "reason",
    "bucklescript"
  ],
  "scripts": {
    "build": "rescript",
    "start": "rescript build -w",
    "clean": "rescript clean",
    "doc-install": "npm install --no-save bsdoc",
    "doc": "rescript && bsdoc build api && bsdoc support-files",
    "test": "rescript && echo 'checking for differences in compiled output...' && sleep 1 && git diff --exit-code HEAD -- && echo 'success!'",
    "format-all": "rescript format -all"
  },
  "files": [
    "src",
    "bsconfig.json"
  ],
  "author": "Andrew Herron",
  "license": "MIT",
  "devDependencies": {
    "@ryyppy/rescript-promise": "^2.1.0",
    "rescript": "^10.1.4"
  },
  "packageManager": "yarn@4.5.0"
}
