UNPKG

@betafcc/red

Version:

Type safe reducers without boilerplate

60 lines (59 loc) 1.3 kB
{ "name": "@betafcc/red", "version": "0.1.0", "description": "Type safe reducers without boilerplate", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "src" ], "scripts": { "clean": "rimraf lib", "prebuild": "npm run clean", "build": "tsc", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/betafcc/red.git" }, "keywords": [ "reducer", "typescript", "functional-programming", "monoid", "type-safe", "strong-typed", "boilerplate" ], "author": "Beta Faccion <betafcc@gmail.com> (https://github.com/betafcc)", "license": "MIT", "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "moduleFileExtensions": [ "js", "ts" ] }, "bugs": { "url": "https://github.com/betafcc/red/issues" }, "homepage": "https://github.com/betafcc/red#readme", "devDependencies": { "@types/jest": "^25.2.2", "jest": "^26.0.1", "prettier": "^2.0.5", "rimraf": "^3.0.2", "rxjs": "^6.5.5", "ts-jest": "^26.0.0", "ts-node": "^8.10.1", "ts-node-dev": "^1.0.0-pre.44", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0", "tslint-config-standard": "^9.0.0", "typescript": "^3.9.2" } }