{ "name": "minifyall", "version": "1.0.0", "description": "", "type": "module", "exports": "./minifyAllSrcs.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "TheGreydiamond", "license": "GPL-3.0", "node": "^12.20.0 || ^14.13.1 || >=16.0.0", "dependencies": { "glob": "^7.2.0" } }