rsnext/packages/next-polyfill-nomodule/package.json
vercel-release-bot 9fd25b4be2 v14.0.5-canary.53
2024-01-11 23:22:41 +00:00

22 lines
662 B
JSON

{
"name": "@next/polyfill-nomodule",
"version": "14.0.5-canary.53",
"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": {
"build": "microbundle -i src/index.js -o dist/polyfill-nomodule.js -f iife --no-sourcemap --external none --no-pkg-main",
"dev": "pnpm build",
"prepublishOnly": "cd ../../ && turbo run build"
},
"devDependencies": {
"core-js": "3.6.5",
"microbundle": "0.15.0",
"object-assign": "4.1.1",
"whatwg-fetch": "3.0.0"
}
}