Files
next-js-bot[bot] d7a8d015ce v16.4.0-canary.36
2026-09-18 23:23:12 +00:00

19 lines
586 B
JSON

{
"name": "@next/polyfill-module",
"version": "16.4.0-canary.36",
"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": {
"build": "microbundle -i src/index.js -o dist/polyfill-module.js -f iife --no-sourcemap --external none --no-pkg-main",
"dev": "pnpm build"
},
"devDependencies": {
"microbundle": "0.15.0"
}
}