rescript-react-testing-library
Version:
ReScript bindings for @testing-library/react
33 lines (32 loc) • 797 B
JSON
{
"name": "rescript-react-testing-library",
"description": "ReScript bindings for @testing-library/react",
"version": "1.3.0",
"scripts": {
"clean": "rescript clean",
"build": "rescript build",
"watch": "rescript build -w",
"test": "jest test",
"commit": "cz"
},
"keywords": [
"ReScript",
"BuckleScript",
"React",
"test"
],
"author": "Bernardo Gurgel <brnrdog@hey.com>",
"license": "MIT",
"devDependencies": {
"@glennsl/bs-jest": "^0.6.0",
"@rescript/react": "^0.10.1",
"@testing-library/react": "^11.2.5",
"bs-jest-dom": "^4.1.1",
"commitizen": "^4.2.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rescript": "^9.1.3",
"rescript-dom-testing-library": "^1.15.0",
"semantic-release": "^17.3.9"
}
}