UNPKG

@valuer/fn

Version:

Collection of function utils for Valuer

40 lines (39 loc) 934 B
{ "name": "@valuer/fn", "version": "1.1.1", "description": "Collection of function utils for Valuer", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "mocha -r ts-node/register lib/*.spec.ts", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://gitlab.com/valuer/main.git" }, "keywords": [ "valuer", "function", "fp", "functional-programming", "functional", "programming" ], "author": "Dmitry Parzhitsky <parzhitsky@gmail.com>", "license": "MIT", "bugs": { "url": "https://gitlab.com/valuer/main/issues" }, "homepage": "https://gitlab.com/valuer/main#README", "devDependencies": { "@types/chai": "^4.1.3", "@types/mocha": "^5.2.1", "@valuer/types": "^1.0.1", "chai": "^4.1.2", "mocha": "^5.2.0", "ts-node": "^6.1.0", "typescript": "^2.8.3" } }