UNPKG

thunk-test

Version:
43 lines (42 loc) 803 B
{ "name": "thunk-test", "version": "1.3.1", "description": "Modular testing for JavaScript", "author": "Richard Tong", "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "github:richytong/thunk-test" }, "homepage": "https://github.com/richytong/thunk-test", "keywords": [ "thunk", "test", "thunkify", "testing", "es6", "esm", "async", "asynchronous", "promise", "concurrent", "parallel", "series", "function-composition", "functional-programming", "node", "javascript", "iterator", "combinators" ], "devDependencies": { "eslint": "^7.13.0", "nyc": "^15.1.0", "rubico": "latest" }, "scripts": { "test": "node test.js", "lint": "eslint index.js" } }