{
  "name": "kyofuuc",
  "version": "0.0.6",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "description": "Simple yet powerful HTTP, WS client with cache and offline support for Typescript + Javascript. For both browser and Node.",
  "browser": {
    "./lib/connector/http/httpConnector.js": "./lib/connector/http/xhrConnector.js",
    "./lib/helper/shadows/node_classes.ts": "./lib/helper/shadows/browser_classes.ts"
  },
  "jsdelivr": "browser_dist/kyofuuc.min.js",
  "unpkg": "browser_dist/kyofuuc.min.js",
  "scripts": {
    "build:browser": "webpack",
    "build:ts": "tsc && node post_build.js",
    "update": "npx -y npm-check-updates -u",
    "clean": "rm -Rf dist; rm -Rf browser_dist",
    "pack": "npm run clean && npm run build && npm pack",
    "build": "npm run build:browser && npm run build:ts ",
    "test": "mocha --timeout 20000 --require ts-node/register "
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kyofuuc/kyofuuc-node.git"
  },
  "keywords": [
    "http",
    "https",
    "http2",
    "promise",
    "request",
    "url",
    "nodejs",
    "javascript",
    "get",
    "got",
    "uri",
    "axios",
    "superagent",
    "node-fetch",
    "ky",
    "request",
    "simple",
    "curl",
    "wget",
    "fetch",
    "net",
    "network",
    "gzip",
    "brotli",
    "requests",
    "human-friendly"
  ],
  "author": "Thecarisma",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kyofuuc/kyofuuc-node/issues"
  },
  "homepage": "https://github.com/kyofuuc/kyofuuc-node#readme",
  "devDependencies": {
    "@types/assert": "^1.5.11",
    "@types/express": "^5.0.6",
    "@types/mocha": "^10.0.10",
    "@types/node": "^25.6.0",
    "@types/ws": "^8.18.1",
    "assert": "^2.1.0",
    "express": "^5.2.1",
    "lz-string": "^1.5.0",
    "mocha": "^11.7.5",
    "ts-loader": "^9.5.7",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typescript": "^6.0.3",
    "util": "^0.12.5",
    "webpack": "^5.106.2",
    "webpack-cli": "^7.0.2"
  },
  "dependencies": {
    "buffer": "^6.0.3",
    "ws": "^8.20.0",
    "xmlhttprequest": "^1.8.0"
  }
}
