UNPKG

@dashkite/joy

Version:

[![Hippocratic License HL3-CORE](https://img.shields.io/static/v1?label=Hippocratic%20License&message=HL3-CORE&labelColor=5e2751&color=bc8c3d)](https://firstdonoharm.dev/version/3/0/core.html)

61 lines (60 loc) 1.45 kB
{ "name": "@dashkite/joy", "version": "0.12.45", "description": "", "keywords": [ "lodash", "rambda", "functional", "functional programming", "coffeescript", "generic function", "metaclass", "metaprogramming" ], "homepage": "https://github.com/dashkite/module#readme", "bugs": { "url": "https://github.com/dashkite/module/issues" }, "repository": { "type": "git", "url": "git+https://github.com/dashkite/module.git" }, "license": "SEE LICENSE IN LICENSE.md", "contributors": [ "Dan Yoder <dan@dashkite.com>", "David Harper <david@dashkite.com>" ], "exports": { ".": { "node": "./build/node/src/index.js", "browser": "./build/browser/src/index.js" }, "./*": { "node": "./build/node/src/*.js", "browser": "./build/browser/src/*.js" } }, "files": [ "build/node/src", "build/browser/src" ], "scripts": { "test": "genie test", "build": "genie -x module -- build", "release": "genie release" }, "devDependencies": { "@dashkite/amen": "^0.9.35", "@dashkite/amen-console": "0.4.0", "@dashkite/assert": "0.1.4", "@dashkite/genie": "0.20.14", "@dashkite/genie-clean": "0.9.0", "@dashkite/genie-coffee": "0.9.0", "@dashkite/genie-module": "^0.5.62", "@dashkite/genie-release": "0.5.0", "@dashkite/genie-watch": "0.5.0", "retypeapp": "1.11.2", "sinon": "12.0.1" } }