package.json 607 字节
Newer Older
1 2
{
  "name": "@next/polyfill-module",
J
Joe Haddad 已提交
3
  "version": "10.0.3-canary.1",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
  "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": {
    "prepublish": "microbundle src/index.js -f iife --no-sourcemap --external none",
    "build": "microbundle watch src/index.js -f iife --no-sourcemap --external none"
  },
  "devDependencies": {
    "microbundle": "0.11.0"
  }
}