rsnext/packages/next-polyfill-module/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
640 B
JSON
Raw Normal View History

{
"name": "@next/polyfill-module",
2024-04-11 19:23:54 +02:00
"version": "14.2.0-canary.67",
"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",
"prepublishOnly": "cd ../../ && turbo run build"
},
"devDependencies": {
"microbundle": "0.15.0"
}
}