@fetch-impl/cross-fetch
Version:
User Configurable Fetch Implementation. cross-fetch adapter.
48 lines • 1.17 kB
JSON
{
"name": "@fetch-impl/cross-fetch",
"description": "User Configurable Fetch Implementation. cross-fetch adapter.",
"version": "1.0.0",
"author": "JacobLinCool <jacoblincool@gmail.com> (https://jacoblin.cool)",
"license": "MIT",
"keywords": [
"fetch",
"cross-fetch"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"files": [
"dist"
],
"peerDependencies": {
"cross-fetch": "*",
"@fetch-impl/fetcher": "^1.0.0"
},
"devDependencies": {
"@types/node": "^20.11.25",
"tsup": "^8.0.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.2",
"@fetch-impl/fetcher": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/JacobLinCool/fetch-impl.git"
},
"bugs": {
"url": "https://github.com/JacobLinCool/fetch-impl/issues"
},
"homepage": "https://jacoblincool.github.io/fetch-impl",
"publishConfig": {
"provenance": true
},
"scripts": {
"build": "tsup",
"build:docs": "typedoc --out docs src"
}
}