UNPKG

@putout/plugin-maybe

Version:
55 lines (54 loc) 1.33 kB
{ "name": "@putout/plugin-maybe", "version": "4.0.0", "type": "module", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "🐊Putout plugin applies Maybe monad", "homepage": "https://github.com/coderaiser/maybe/tree/master/packages/plugin-maybe#readme", "main": "lib/index.js", "release": false, "tag": false, "changelog": false, "repository": { "type": "git", "url": "git+https://github.com/coderaiser/maybe.git" }, "scripts": { "wisdom": "madrun wisdom", "test": "madrun test", "watch:test": "madrun watch:test", "lint": "madrun lint", "fresh:lint": "madrun fresh:lint", "lint:fresh": "madrun lint:fresh", "fix:lint": "madrun fix:lint", "coverage": "madrun coverage", "report": "madrun report" }, "dependencies": {}, "keywords": [ "putout-plugin", "putout", "plugin", "maybe" ], "devDependencies": { "@putout/test": "^13.0.0", "c8": "^10.0.0", "eslint": "^9.0.0", "eslint-plugin-n": "^17.0.0", "eslint-plugin-putout": "^26.0.0", "madrun": "^11.0.0", "montag": "^1.2.1", "nodemon": "^3.0.1" }, "peerDependencies": { "putout": ">=39" }, "license": "MIT", "engines": { "node": ">=20" }, "publishConfig": { "access": "public" } }