package.json 719 字节
Newer Older
1 2
{
  "name": "@next/polyfill-nomodule",
J
JJ Kasper 已提交
3
  "version": "10.0.5-canary.4",
4 5 6
  "description": "A polyfill for non-dead, nomodule browsers.",
  "main": "dist/polyfill-nomodule.js",
  "license": "MIT",
7
  "repository": {
8
    "url": "vercel/next.js",
9 10
    "directory": "packages/next-polyfill-nomodule"
  },
11
  "scripts": {
12 13
    "prepublish": "microbundle -i src/index.js -o dist/polyfill-nomodule.js -f iife --no-sourcemap --external none --no-pkg-main",
    "build": "microbundle watch -i src/index.js -o dist/polyfill-nomodule.js -f iife --no-sourcemap --external none --no-pkg-main"
14 15
  },
  "devDependencies": {
J
Joe Haddad 已提交
16
    "core-js": "3.6.5",
17
    "microbundle": "0.13.0",
18 19 20 21
    "object-assign": "4.1.1",
    "whatwg-fetch": "3.0.0"
  }
}