rescript-test
Version:
> A lightweight test framework for ReScript
35 lines (34 loc) • 681 B
JSON
{
"name": "rescript-test",
"version": "7.0.1",
"bin": {
"retest": "bin/retest.mjs"
},
"engines": {
"node": ">20.0.0"
},
"scripts": {
"clean": "rescript clean",
"build": "rescript build -with-deps",
"watch": "rescript build -with-deps -w",
"test": "bin/retest.mjs --with-dom 'test/*.mjs'"
},
"keywords": [
"BuckleScript",
"ReScript",
"Test"
],
"author": "bloodyowl <bloodyowl@icloud.com>",
"license": "MIT",
"devDependencies": {
"rescript": "^11.0.0"
},
"peerDependencies": {
"rescript": "^11.0.0"
},
"dependencies": {
"@rescript/core": "^1.3.0",
"glob": "^10.3.12",
"jsdom": "^23.1.0"
}
}