UNPKG

sums-up

Version:

👍 Sums Up ===

28 lines (27 loc) • 546 B
{ "name": "sums-up", "version": "2.2.0", "main": "dist/index.js", "license": "MIT", "author": "Simon Højberg", "keywords": [ "functionalprogramming", "fp", "sumtype" ], "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepublish": "npm test && npm run build" }, "devDependencies": { "@types/jest": "^24.0.25", "@types/sinon": "^7.5.1", "jest": "^24.9.0", "sinon": "^8.0.2", "ts-jest": "^24.2.0", "ts-node": "^8.5.4", "typescript": "^3.7.4" } }