{
  "name": "@myunisoft/httpie",
  "version": "5.0.1",
  "description": "MyUnisoft Node.js HTTP client that use Undici client",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MyUnisoft/httpie.git"
  },
  "engines": {
    "node": ">=20"
  },
  "keywords": [],
  "files": [
    "dist"
  ],
  "publishConfig": {
    "@myunisoft:registry": "https://registry.npmjs.org/"
  },
  "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MyUnisoft/httpie/issues"
  },
  "homepage": "https://github.com/MyUnisoft/httpie#readme",
  "devDependencies": {
    "@nodesecure/eslint-config": "^1.9.0",
    "@types/content-type": "^1.1.8",
    "@types/jest": "^29.5.11",
    "@types/lru-cache": "^7.10.10",
    "@types/node": "^22.0.0",
    "@types/statuses": "^2.0.4",
    "dotenv": "^16.3.1",
    "fastify": "^4.24.3",
    "jest": "^29.7.0",
    "p-ratelimit": "^1.0.1",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@openally/result": "^1.2.1",
    "content-type": "^1.0.5",
    "lru-cache": "^11.0.0",
    "statuses": "^2.0.1",
    "undici": "^6.9.0"
  }
}
