27 lines
598 B
JSON
27 lines
598 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|