{
  "name": "bs-dom-testing-library",
  "version": "0.7.0",
  "description": "BuckleScript bindings for dom-testing-library.",
  "repository": "wyze/bs-dom-testing-library",
  "author": {
    "name": "Neil Kistner",
    "email": "neil.kistner@gmail.com",
    "url": "https://neilkistner.com"
  },
  "license": "MIT",
  "files": [
    "src/*.re",
    "src/*.rei",
    "bsconfig.json"
  ],
  "scripts": {
    "build": "bsb -make-world",
    "clean": "run-p clean:*",
    "clean:bsb": "bsb -clean-world",
    "clean:project": "rimraf _coverage lib .merlin *.coverage",
    "jest": "jest --setupTestFrameworkScriptFile=./setupTests.js",
    "postversion": "github-release",
    "prebuild": "yarn clean",
    "pretest": "yarn build",
    "preversion": "yarn build",
    "test": "yarn jest",
    "test:coverage": "BISECT_ENABLE=yes yarn test",
    "version": "changelog"
  },
  "keywords": [
    "bucklescript",
    "testing"
  ],
  "dependencies": {
    "@testing-library/dom": "^7.26.3"
  },
  "devDependencies": {
    "@glennsl/bs-jest": "^0.5.1",
    "@sheerun/mutationobserver-shim": "^0.3.3",
    "@wyze/changelog": "^1.0.0",
    "@wyze/github-release": "^1.1.1",
    "bisect_ppx": "^2.4.1",
    "bs-platform": "^8.3.1",
    "bs-webapi": "^0.19.1",
    "npm-run-all": "^4.1.5",
    "rimraf": "^3.0.2"
  }
}
