UNPKG

@attack-monkey/impure

Version:

A light-weight wrapper for managing impure code

30 lines (29 loc) 633 B
{ "name": "@attack-monkey/impure", "version": "1.0.1", "description": "A light-weight wrapper for managing impure code", "main": "lib/index.js", "scripts": { "build": "tsc", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/attack-monkey/impure.git" }, "keywords": [ "functional", "fp", "impure", "io" ], "author": "attack-monkey", "license": "ISC", "bugs": { "url": "https://github.com/attack-monkey/impure/issues" }, "homepage": "https://github.com/attack-monkey/impure#readme", "devDependencies": { "typescript": "^4.0.3" } }