react-state-monad
Version:
A set of hooks to manage/transform/filter states with monads in React
49 lines (48 loc) • 990 B
JSON
{
"name": "react-state-monad",
"type": "module",
"version": "1.0.28",
"description": "A set of hooks to manage/transform/filter states with monads in React",
"keywords": [
"maybe",
"option",
"monad",
"state",
"monads",
"react",
"functional"
],
"scripts": {
"validateTypes": "tsc --noEmit",
"build": "tsup",
"cleanBuild": "rm -rf dist"
},
"dependencies": {
"react": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.7",
"tsup": "^8.5.0",
"typescript": "^5.7.3"
},
"author": {
"name": "Marcos Alvarez",
"email": "alvmivan@gmail.com",
"url": "https://github.com/alvmivan"
},
"license": "GPL-3.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"sideEffects": false
}