Files
create_listmonk_campaign/node_modules/web-streams-polyfill/ponyfill/package.json
Bryce Thorup 0cc479fc6d
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 4s
WTF not
2024-09-03 10:27:06 -06:00

14 lines
259 B
JSON

{
"name": "web-streams-ponyfill",
"main": "../dist/ponyfill",
"module": "../dist/ponyfill.mjs",
"types": "../dist/types/ponyfill.d.ts",
"typesVersions": {
">=3.6": {
"../dist/types/*": [
"../dist/types/ts3.6/*"
]
}
}
}