import * as Pokemon from 'pokemongo-json-pokedex/output/pokemon.json'; Pokemon.forEach((mon) => { console.log(mon.name); });