@typed-f/either
Version:
[![NPM Version][either-npm-version-badge]][either-npm] [repo-circleci-badge]: https://img.shields.io/circleci/project/github/Ailrun/typed-f/master.svg?logo=circleci [![Known Vulnerabilities][either-snyk-badge]][either-snyk] [![Supported TypeScript Version
57 lines (56 loc) • 1.48 kB
JSON
{
"name": "@typed-f/either",
"version": "0.3.8",
"keywords": [
"Either",
"Choice",
"Monad",
"TypeScript",
"Strong type",
"Functional",
"Functional Programming"
],
"license": "MIT",
"homepage": "https://github.com/Ailrun/typed-f#readme",
"bugs": "https://github.com/Ailrun/typed-f/issues",
"author": {
"name": "Junyoung Clare Jang",
"email": "jjc9310@gmail.com"
},
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Ailrun/typed-f.git"
},
"scripts": {
"clean": "rimraf dist",
"build": "tsc -p ./tsconfig.json",
"watch": "tsc -w -p ./tsconfig.json",
"test:behaviour": "jest",
"test:behaviour:coverage": "jest --collectCoverage",
"test:lint": "run-s test:lint:*",
"test:lint:src": "tslint -p . -c ./tslint.json -t codeFrame",
"test:lint:tests": "tslint -p ./tests -c ./tests/tslint.json -t codeFrame"
},
"dependencies": {
"@typed-f/function": "^0.3.8",
"@typed-f/matchable": "^0.3.8",
"@typed-f/monad": "^0.3.8",
"@typed-f/setoid": "^0.3.8",
"@typed-f/tagged": "^0.3.8"
},
"devDependencies": {
"@types/jest": "25.1.4",
"@types/node": "11.13.8",
"jest": "25.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
"ts-jest": "25.2.1",
"tslint": "6.1.0",
"typescript": "3.8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a07ceb911dba1465b15aa86c6a82519b9cc141c1"
}