{
  "name": "@signumjs/http",
  "description": "SignumJS Generic Http Module",
  "version": "3.1.0",
  "keywords": [
    "signum",
    "signum-network",
    "blockchain",
    "smartcontracts",
    "http",
    "signumjs"
  ],
  "contributors": [
    "ohager",
    "blankey1337"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/signum-network/signumjs.git"
  },
  "engines": {
    "node": ">=18"
  },
  "license": "Apache-2.0",
  "sideEffects": false,
  "main": "./out/index.js",
  "exports": {
    ".": {
      "types": "./out/index.d.ts",
      "default": "./out/index.js"
    }
  },
  "private": false,
  "devDependencies": {
    "@types/node": "^20.16.0",
    "esbuild": "^0.23.1",
    "esbuild-plugin-tsc": "^0.4.0",
    "typescript": "^5.5.4"
  },
  "scripts": {
    "test": "vitest run",
    "test:ci": "vitest run --coverage",
    "compile": "tsc",
    "bundle": "node bundle.js"
  },
  "husky": {
    "hooks": {
      "pre-push": "npm test"
    }
  },
  "gitHead": "1388156deae3a6d83b289377ad8e10f86e84dd3c",
  "publishConfig": {
    "access": "public"
  }
}
