{
  "name": "@fjell/http-api",
  "description": "HTTP API for Fjell",
  "version": "4.4.69",
  "keywords": [
    "http",
    "api",
    "fjell"
  ],
  "license": "Apache-2.0",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./browser": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "browser": "./dist/index.js",
  "type": "module",
  "scripts": {
    "dev": "concurrently \"tsc --noEmit --watch\" \"node build.js\"",
    "build": "npm run lint && tsc --noEmit && node build.js",
    "lint": "eslint . --ext .ts --fix",
    "clean": "rm -rf dist",
    "test": "npm run lint && vitest run --coverage",
    "precommit": "npm run clean && npm run lint && npm run build && npm run test",
    "prepublishOnly": "npm run clean && npm run build",
    "docs:dev": "cd docs && npm run dev",
    "docs:build": "cd docs && npm run build",
    "docs:preview": "cd docs && npm run preview",
    "docs:test": "cd docs && npm run test"
  },
  "dependencies": {
    "@fjell/core": "^4.4.79",
    "@fjell/logging": "^4.4.72"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.39.1",
    "@fjell/common-config": "^1.1.38",
    "@tsconfig/recommended": "^1.0.13",
    "@types/node": "^24.10.1",
    "@typescript-eslint/eslint-plugin": "^8.46.4",
    "@typescript-eslint/parser": "^8.46.4",
    "@vitest/coverage-v8": "^4.0.9",
    "@vitest/ui": "^4.0.9",
    "concurrently": "^9.2.1",
    "esbuild": "0.25.11",
    "eslint": "^9.38.0",
    "jsdom": "^27.0.1",
    "typescript": "^5.9.3",
    "undici": "^7.16.0",
    "vitest": "^4.0.9",
    "vitest-fetch-mock": "^0.4.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fjellgrunn/http-api.git"
  }
}
