Which of the following is used to create task runners in Node.js?
A) npm scripts
B) Gulp
C) Grunt
D) all of the above
Answer: D
Explanation: npm scripts, Gulp, and Grunt are all used to create task runners in Node.js.