-
O NPM instalado. Você pode baixá-lo em nodejs.org ou utilizar o NVM (Node version manager).
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
O NPM instalado. Você pode baixá-lo em nodejs.org ou utilizar o NVM (Node version manager).
-
{ "name": "string-reverser-jm", "version": "1.0.0", "description": "A simple utility to reverse strings, useful for demonstrations and small projects.", "main": "index.js", "scripts": { "test": "echo \"No test specified\" && exit 1" }, "author": "Juliana Macedo (https://www.starcoders.info)", "keywords": [ "string", "reverse", "utility" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Jullymac/string-reverser-jm.git" } }