"scripts": { "start": "nodemon index.js", "test": "echo \"Error: no test specified\" && exit 1" },

JavaScript
"scripts": {
    "start": "nodemon index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
Source

Also in JavaScript: