{
    "name": "<%= folderName %>",
    "version": "1.0.6",
    "description": "",
    "main": "index.js",
    "scripts": {
      "start": "nodemon index.ts"
    },
    "author": "",
    "license": "ISC",
    "devDependencies": {
      "@types/express": "^4.17.7",
      "@types/inquirer": "^6.5.0",
      "@types/node": "^14.0.23",
      "nodemon": "^2.0.4",
      "ts-node": "^8.10.2",
      "typescript": "^3.9.7"
    },
    "dependencies": {
      "body-parser": "^1.19.0",
      "express": "^4.17.1",
      "inquirer": "^7.3.2"
    }
  }
  