{
  "name": "@platform/http",
  "version": "0.12.7",
  "description": "Tools for working with HTTP.",
  "main": "lib/index",
  "types": "lib/index.d.ts",
  "scripts": {
    "start": "node .",
    "watch": "nodemon .",
    "test": "ts test",
    "tdd": "ts test --watch",
    "test:integration": "ts test --suffix INTEGRATION",
    "tddi": "ts test --suffix INTEGRATION --watch",
    "lint": "ts lint",
    "build": "ts build",
    "prepare": "ts prepare"
  },
  "dependencies": {
    "@platform/http.types": "0.2.2",
    "@platform/libs": "0.2.1",
    "@platform/types": "0.4.14",
    "@platform/util.mimetype": "0.1.3",
    "@platform/util.value": "0.7.14",
    "isomorphic-fetch": "2.2.1"
  },
  "devDependencies": {
    "@platform/test": "0.1.7",
    "@platform/ts": "3.7.20",
    "@types/isomorphic-fetch": "0.0.35"
  },
  "files": [
    "lib",
    "!lib/test",
    "!*.TEST.{js, mjs, d.ts}",
    "!*.INTEGRATION.{js, mjs, d.ts}"
  ],
  "repository": "uiharness/platform",
  "license": "MIT"
}
