contentful / contentful-export

This tool allows you to export a Contentful space to a JSON dump
MIT License
163 stars 74 forks source link

chore(deps): remove dependency on node-fetch #1882

Open wojtekmaj opened 2 months ago

wojtekmaj commented 2 months ago

Since the minimum required Node.js version is 18 (as per package.json) and 20 (latest LTS) (as per README), we don't need a dependency on node-fetch, since fetch is available as a global, unflagged, since Node.js version 18.0.0.