File size: 663 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "@next/polyfill-nomodule",
  "version": "15.4.2-canary.18",
  "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",
    "dev": "pnpm build",
    "prepublishOnly": "cd ../../ && turbo run build"
  },
  "devDependencies": {
    "core-js": "3.38.1",
    "microbundle": "0.15.0",
    "object-assign": "4.1.1",
    "whatwg-fetch": "3.0.0"
  }
}