{ "name": "scripts", "version": "1.0.0", "description": "This package is for automating misc tasks", "main": "generate_coupons.js", "scripts": { "preinstall": "npx npm-force-resolutions || echo 'No package-lock.json file. Skipping force resolutions'", "test": "echo \"Error: no test specified\" && exit 1" }, "resolutions": {}, "devDependencies": { "npm-force-resolutions": "0.0.10" }, "author": "", "license": "ISC" }