package.json 151 B

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