{
  "name": "@frui.ts/apiclient",
  "publishConfig": {
    "access": "public"
  },
  "version": "1.0.0-rc.4",
  "description": "Frui.ts helpers for HTTP communication",
  "keywords": [
    "front-end",
    "fetch"
  ],
  "homepage": "https://github.com/eManPrague/frui.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eManPrague/frui.ts.git"
  },
  "bugs": {
    "url": "https://github.com/eManPrague/frui.ts/issues"
  },
  "author": "Augustin Šulc <sulc.gusta@gmail.com>",
  "license": "MIT",
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "default": "./dist/index.es.js",
        "types": "./dist/index.d.ts"
      },
      "require": {
        "default": "./dist/index.umd.js",
        "types": "./dist/index.d.ts"
      }
    }
  },
  "scripts": {
    "clean": "rimraf dist",
    "build": "vite build && tsc --noEmit false --emitDeclarationOnly"
  },
  "dependencies": {
    "@frui.ts/helpers": "^1.0.0-rc.4",
    "qs": "^6.11.2"
  },
  "devDependencies": {
    "@types/qs": "^6.9.8"
  },
  "gitHead": "fdbf53a07c25a0d5fc30f34f164ebf560eef0962"
}
