You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "**dhake** is a Make-like build tool whose buildfile is written in [Dhall](https://dhall-lang.org). It evaluates a `Dhakefile.dhall` with an embedded C Dhall interpreter, maps the normalized value onto a build plan, and executes it \u2014 dependency ordering, incremental (mtime) up-to-date checks, phony targets, and typed actions.",
"main": "index.js",
"directories": {
"doc": "dist",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",