{
  "name": "@atomictech/httpie",
  "version": "1.10.0",
  "description": "Fork of 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/atomictech/httpie.git"
  },
  "engines": {
    "node": ">=14"
  },
  "keywords": [],
  "files": [
    "dist"
  ],
  "publishConfig": {
    "@atomictech:registry": "https://registry.npmjs.org/"
  },
  "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/atomictech/httpie/issues"
  },
  "homepage": "https://github.com/atomictech/httpie#readme",
  "devDependencies": {
    "@nodesecure/eslint-config": "^1.5.0",
    "@slimio/is": "^1.5.1",
    "@types/content-type": "^1.1.5",
    "@types/jest": "^27.5.1",
    "@types/lru-cache": "^7.10.10",
    "@types/node": "^18.11.11",
    "@types/statuses": "^2.0.0",
    "dotenv": "^16.0.3",
    "fastify": "^4.10.2",
    "jest": "^27.5.1",
    "p-ratelimit": "^1.0.1",
    "ts-jest": "^27.1.4",
    "typescript": "^4.9.3"
  },
  "dependencies": {
    "content-type": "^1.0.4",
    "lru-cache": "^7.14.1",
    "statuses": "^2.0.1",
    "undici": "^5.21.0"
  }
}
