You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
598 B

{
"name": "@mastojs/ponyfills",
"version": "1.0.4",
"repository": "https://github.com/neetlab/isomorhpic-web-apis.git",
"author": "Ryo Igarashi <n33t5hin@gmail.com>",
"license": "MIT",
"type": "module",
"main": "./index.cjs",
"types": "./index.d.ts",
"browser": "./browser.cjs",
"files": [
"browser.cjs",
"index.cjs",
"index.d.ts"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@types/node": "^18.11.17",
"@types/node-fetch": "^2.6.2",
"abort-controller": "^3.0.0",
"form-data": "^4.0.0",
"node-fetch": "^2.6.7"
}
}