rsnext/packages/next-polyfill-nomodule/package.json
2022-06-06 16:49:30 -05:00

21 lines
637 B
JSON

{
"name": "@next/polyfill-nomodule",
"version": "12.1.7-canary.31",
"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",
"prepublishOnly": "cd ../../ && turbo run build"
},
"devDependencies": {
"core-js": "3.6.5",
"microbundle": "0.13.0",
"object-assign": "4.1.1",
"whatwg-fetch": "3.0.0"
}
}