@elghandour/fetchify
Version:
Universal wrapper for Fetch API
59 lines (58 loc) • 1.38 kB
JSON
{
"name": "@elghandour/fetchify",
"description": "Universal wrapper for Fetch API",
"version": "1.1.7",
"type": "module",
"main": "./dist/build.umd.cjs",
"module": "./dist/build.js",
"types": "./dist/types/main.d.ts",
"typings": "./dist/types/main.d.ts",
"exports": {
".": {
"import": "./dist/build.js",
"require": "./dist/build.umd.cjs",
"types": "./dist/types/main.d.ts"
},
"./nodejs-polyfills.js": "./polyfills/nodejs-polyfills.js"
},
"files": [
"dist",
"polyfills"
],
"keywords": [
"fetch",
"fetchify",
"browser",
"node",
"nodejs",
"fetch wrapper",
"universal fetch",
"http",
"promise"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ahmedElghandour1/fetchify.git"
},
"bugs": {
"url": "https://github.com/ahmedElghandour1/fetchify/issues",
"email": "elghandour.12@gmail.com"
},
"homepage": "https://github.com/ahmedElghandour1/fetchify#readme",
"author": "Ahmed Elghandour",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build && tsc --emitDeclarationOnly",
"preview": "vite preview"
},
"devDependencies": {
"@types/qs": "^6.9.7",
"express": "^4.18.2",
"form-data": "^4.0.0",
"node-fetch": "^3.2.10",
"qs": "^6.11.2",
"typescript": "^5.0.2",
"vite": "^4.4.0"
}
}