Deno Deno is the new and hip Node.js. CLI deno run <xxx>: execute a script deno test <xxx>: execute a test script Project setup Similar to a JavaScript project, there's a dep.ts and lock.json file. Instructions on how to work with these are here.