{
  "name": "@imho/http",
  "version": "0.7.0",
  "description": "",
  "license": "MIT",
  "author": "Alberto Villa <villa.alberto@gmail.com>",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/*.md",
    "/dist",
    "!**/*.test.*"
  ],
  "scripts": {
    "build": "tsc -b",
    "clean": "rm -rf dist *.tsbuildinfo",
    "prepack": "npm run build"
  },
  "peerDependencies": {
    "affex": "^0.12.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "47ca334b8a35633baec04989c1c8d5768514f323"
}
