How should I call the script that starts my project in my package.json?
If I have a Node.js project and want to create a script that does: nodemon server.js, is there any convention for calling this script? I usually call it dev but just wanted to know if there's any specific convention.