UNPKG

conditional-reduce

Version:

Construct a JavaScript expression that returns a value based on an enumerated list of possible values

31 lines (30 loc) 870 B
{ "name": "conditional-reduce", "version": "1.2.0", "description": "Construct a JavaScript expression that returns a value based on an enumerated list of possible values", "main": "dist/index.js", "types": "declarations/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prebuild": "tslint -p tsconfig.json", "build": "tsc --build tsconfig.json" }, "repository": { "type": "git", "url": "git+https://github.com/nebrius/conditional-reduce.git" }, "keywords": [ "branching", "conditional" ], "author": "Bryan Hughes <bryan@nebri.us>", "license": "MIT", "bugs": { "url": "https://github.com/nebrius/conditional-reduce/issues" }, "homepage": "https://github.com/nebrius/conditional-reduce#readme", "devDependencies": { "tslint": "^5.16.0", "typescript": "^3.4.5" } }