{
  "name": "rescript-dom-testing-library",
  "description": "ReScript bindings for @testing-library/dom",
  "version": "1.15.0",
  "scripts": {
    "clean": "rescript clean",
    "build": "rescript build",
    "watch": "rescript build -w",
    "test": "jest test",
    "commit": "cz"
  },
  "keywords": [
    "ReScript",
    "BuckleScript",
    "DOM",
    "test"
  ],
  "author": "Bernardo Gurgel <brnrdog@hey.com>",
  "license": "MIT",
  "devDependencies": {
    "@glennsl/bs-jest": "^0.6.0",
    "@rescript/react": "^0.10.3",
    "bs-jest-dom": "^4.1.1",
    "commitizen": "^4.2.3",
    "rescript": "^9.1.3",
    "semantic-release": "^17.3.9"
  },
  "dependencies": {
    "@testing-library/dom": "^8.1.0",
    "@testing-library/user-event": "^13.1.9"
  }
}
