How can I read the contents of files in a ZIP file using Javascript? Is there a NPM module that can offer this functionality or is there a method without using any NPM modules?
Im trying to make a Plugin system for a app, and the zips have 2 files: index.js - main plugin code and manifest.json - author name, plugin name, etc.