UNPKG

@aspida/fetch

Version:
39 lines 877 B
{ "name": "@aspida/fetch", "version": "1.14.0", "description": "fetch client for aspida", "author": "Solufa <solufa2020@gmail.com>", "license": "MIT", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "exports": { ".": { "require": "./dist/cjs/index.js", "import": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts" }, "./package.json": "./package.json" }, "homepage": "https://github.com/aspida/aspida/tree/master/packages/aspida-fetch#readme", "repository": { "type": "git", "url": "git+https://github.com/aspida/aspida.git" }, "bugs": { "url": "https://github.com/aspida/aspida/issues" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "keywords": [ "aspida", "typescript", "fetch" ], "peerDependencies": { "aspida": "^1.14.0" } }