{ "name": "@next/polyfill-module", "version": "10.0.10-canary.1", "description": "A standard library polyfill for ES Modules supporting browsers (Edge 16+, Firefox 60+, Chrome 61+, Safari 10.1+)", "main": "dist/polyfill-module.js", "license": "MIT", "repository": { "url": "vercel/next.js", "directory": "packages/next-polyfill-module" }, "scripts": { "prepublish": "microbundle -i src/index.js -o dist/polyfill-module.js -f iife --no-sourcemap --external none --no-pkg-main", "build": "microbundle watch -i src/index.js -o dist/polyfill-module.js -f iife --no-sourcemap --external none --no-pkg-main" }, "devDependencies": { "microbundle": "0.13.0" } }