{
    "name": <%- JSON.stringify(id) %>,
    "version": "0.0.1",
    "description": <%- JSON.stringify(description) %>,
    "main": "index.js",
    "scripts": {
      "postinstall": "npm link @magaya/hyperion-express-middleware",
      "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": <%- JSON.stringify(company) %>,
    "license": "MIT",
    "dependencies": {
      "@magaya/extension-fs-helper": "^0.1.0",
      "commander": "^8.3.0",
      "express": "^4.18.2"
    },
    "devDependencies": {}
  }