UNPKG

@arrows/dispatch

Version:
45 lines (44 loc) 1.07 kB
{ "name": "@arrows/dispatch", "version": "1.0.3", "main": "index.js", "license": "ISC", "repository": "https://github.com/caderek/arrows/tree/master/packages/dispatch", "homepage": "https://caderek.github.io/arrows/packages/dispatch/", "description": "Functional dispatch library", "keywords": [ "arrows", "functional", "fp", "dispatch", "helpers", "utils", "function", "functions", "types", "ts", "typescript" ], "author": "Maciej Cąderek", "scripts": { "build": "tsc", "test": "jest", "prep": "node ../../scripts/prepare-lib.js", "coverage": "jest --coverage && codecov -F dispatch", "lint": "tslint -c tslint.json 'src/**/*.ts'", "typecheck": "tsc --noEmit" }, "devDependencies": { "@types/jest": "^24.9.0", "codecov": "^3.6.1", "jest": "^25.1.0", "ts-jest": "^24.3.0", "ts-node": "^8.6.2", "tslint": "^6.0.0", "tslint-config-prettier": "^1.18.0", "typescript": "^3.7.5" }, "dependencies": { "@arrows/composition": "^1.2.2" } }