package.json 145 B

123456
  1. {
  2. "name": "web-streams-ponyfill",
  3. "main": "../dist/ponyfill",
  4. "module": "../dist/ponyfill.mjs",
  5. "types": "../dist/types/polyfill.d.ts"
  6. }