{
  "name": "@288-toolkit/http",
  "version": "4.4.1",
  "author": "DeuxHuitHuit",
  "license": "MIT",
  "type": "module",
  "files": [
    "./dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "dependencies": {
    "@288-toolkit/types": "3.1.0"
  },
  "scripts": {
    "build": "svelte-package -i src",
    "test": "vitest run",
    "test:watch": "vitest",
    "format:prettier": "prettier --config ./.prettierrc",
    "format:file": "npm run format:prettier -- --write",
    "format": "npm run format:file .",
    "check": "svelte-check --tsconfig ./tsconfig.json --fail-on-warnings",
    "check:watch": "npm run check -- --watch",
    "lint": "eslint --max-warnings=0 --cache .",
    "lint:fix": "npm run lint -- --fix",
    "lc": "npm run lint && npm run check",
    "lc:watch": "npm run lint && npm run check -- --watch"
  }
}