{
    "name": "{{projectName}}",
    "version": "1.0.0",
    "description": "{{projectDescription}}",
    "main": "index.js",
    "scripts": {
      "start": "node index.js",
      "test": "echo \"Error: no test specified\" && exit 1"
    },
    "type": "module",
    "keywords": [],
    "author": "Your Name",
    "license": "ISC"
  }