@ackee/antonio-core
Version:
A HTTP client built on fetch API with axios-like API.
46 lines (45 loc) • 1.05 kB
JSON
{
"name": "@ackee/antonio-core",
"version": "5.0.3",
"description": "A HTTP client built on fetch API with axios-like API.",
"keywords": [
"http-client",
"fetch",
"javascript",
"ackee"
],
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"sideEffects": false,
"files": [
"es",
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AckeeCZ/antonio.git",
"directory": "packages/@ackee/antonio-core"
},
"dependencies": {
"fetch-headers": "^2.0.0",
"loglevel": "^1.9.2"
},
"devDependencies": {
"@types/fetch-headers": "^2.0.2"
},
"peerDependencies": {
"core-js": "3.x"
},
"bugs": {
"url": "https://github.com/AckeeCZ/antonio/issues"
},
"engines": {
"node": ">=12"
},
"author": "Jiří Čermák <jiri.cermak@ackee.cz>",
"license": "MIT"
}