@nehemy/result-monad
Version:
A simple project to help developers work with Result type
43 lines (42 loc) • 922 B
JSON
{
"name": "@nehemy/result-monad",
"version": "1.0.2",
"description": "A simple project to help developers work with Result type",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.js"
}
},
"scripts": {
"prepublish": "tsc",
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Igben-Nehemiah/Result.git"
},
"keywords": [
"functional",
"ts-result-monad",
"ts-result"
],
"author": "Igben O. Nehemiah",
"license": "MIT",
"bugs": {
"url": "https://github.com/Igben-Nehemiah/Result/issues"
},
"homepage": "https://github.com/Igben-Nehemiah/Result#readme",
"devDependencies": {
"@types/jest": "^29.5.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
}
}