Where i can put this code in my mod?

js
  upgrades: {
  11: {
  title: "Make this whatever you want!",
 description: "Double your point gain.",
 cost: new Decimal(1),
    },
},

Upgrade.js