rsnext/packages/next-polyfill-nomodule/package.json
2020-03-05 16:00:12 +01:00

19 lines
586 B
JSON

{
"name": "@next/polyfill-nomodule",
"version": "9.2.3-canary.24",
"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",
"promise-polyfill": "8.1.3",
"url-polyfill": "1.1.8",
"whatwg-fetch": "3.0.0"
}
}