@xiaohuohumax/x-fetch
Version:
x-fetch package
50 lines • 1.1 kB
JSON
{
"name": "@xiaohuohumax/x-fetch",
"type": "module",
"version": "0.2.0",
"description": "x-fetch package",
"author": {
"name": "xiaohuohumax",
"url": "https://github.com/xiaohuohumax"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xiaohuohumax/x-fetch.git"
},
"keywords": [
"x-fetch",
"fetch",
"fetch-api",
"request",
"endpoint",
"http request"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": {
"default": "./dist/index.mjs"
},
"require": {
"default": "./dist/index.cjs"
}
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@xiaohuohumax/x-fetch-core": "^0.2.0",
"@xiaohuohumax/x-fetch-error": "^0.0.3",
"@xiaohuohumax/x-fetch-plugin-retry": "^0.0.4",
"@xiaohuohumax/x-fetch-types": "^0.2.0"
},
"scripts": {
"build": "rollup -c rollup.config.ts --configPlugin esbuild",
"build:watch": "pnpm build --watch"
}
}