export const TASK_HELP = "help"; export const TASK_INIT = "init"; export const TASK_COMPILE = "compile"; export const TASK_CLEAN = "clean"; export const TASK_NODE_INFO = "node-info"; export const TASK_RUN = "run"; export const TASK_REPL = "repl"; export const TASK_INSTALL = "install"; export const TASK_TEST = "test"; // export const TASK_CHECK = "check";