{ "name": "@next/polyfill-nomodule", "version": "10.0.5-canary.4", "description": "A polyfill for non-dead, nomodule browsers.", "main": "dist/polyfill-nomodule.js", "license": "MIT", "repository": { "url": "vercel/next.js", "directory": "packages/next-polyfill-nomodule" }, "scripts": { "prepublish": "microbundle -i src/index.js -o dist/polyfill-nomodule.js -f iife --no-sourcemap --external none --no-pkg-main", "build": "microbundle watch -i src/index.js -o dist/polyfill-nomodule.js -f iife --no-sourcemap --external none --no-pkg-main" }, "devDependencies": { "core-js": "3.6.5", "microbundle": "0.13.0", "object-assign": "4.1.1", "whatwg-fetch": "3.0.0" } }