rescript-debounce
Version:
Debounce for ReScript
45 lines (44 loc) • 1.02 kB
JSON
{
"name": "rescript-debounce",
"version": "3.0.0",
"description": "Debounce for ReScript",
"author": "Alex Fedoseev <alex@35mil.me>",
"license": "MIT",
"homepage": "https://github.com/shakacode/rescript-debounce",
"repository": {
"type": "git",
"url": "https://github.com/shakacode/rescript-debounce.git"
},
"scripts": {
"start": "npm run watch",
"build": "rescript build",
"prebuild": "npm run clean",
"watch": "rescript build -w",
"clean": "rescript clean",
"test": "jest",
"pretest": "npm run clean && npm run build",
"format": "rescript format"
},
"files": [
"src",
"rescript.json"
],
"keywords": [
"react",
"rescript",
"rescript-react",
"reason",
"reason-react",
"reasonml",
"ocaml",
"bucklescript",
"debounce"
],
"devDependencies": {
"@babel/core": "7.28.5",
"@babel/preset-env": "7.28.5",
"@glennsl/rescript-jest": "0.13.1",
"babel-jest": "30.2.0",
"rescript": "12.0.2"
}
}