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

19 lines
552 B
JSON
Raw Normal View History

{
"name": "@next/polyfill-nomodule",
2020-04-06 11:51:39 +02:00
"version": "9.3.5-canary.3",
"description": "A polyfill for non-dead, nomodule browsers.",
"main": "dist/polyfill-nomodule.js",
"license": "MIT",
"scripts": {
"prepublish": "microbundle src/index.js -f iife --no-sourcemap --external none",
"build": "microbundle watch src/index.js -f iife --no-sourcemap --external none"
},
"devDependencies": {
"core-js": "3.6.4",
"microbundle": "0.11.0",
"object-assign": "4.1.1",
"url-polyfill": "1.1.8",
"whatwg-fetch": "3.0.0"
}
}