{
  "name": "@nativecode/rest-client",
  "version": "2021.0.1",
  "description": "REST client",
  "license": "MIT",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git@git.nativecode.net:nativecode/media-clients.git"
  },
  "homepage": "https://github.com/nativecode-dev/media-clients/tree/master/packages/rest-client",
  "author": "opensource@nativecode.com",
  "keywords": [
    "rest",
    "client",
    "http"
  ],
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "directories": {
    "lib": "lib",
    "test": "specs"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "upgrade": "npx npm-check -y",
    "watch": "tsc --project tsconfig.json --watch"
  },
  "types": "lib/index.d.ts",
  "dependencies": {
    "@nofrills/lincoln-debug": "^11.0.1",
    "@nofrills/types": "^10.0.3",
    "btoa": "^1.2.1",
    "deepmerge": "^4.2.2",
    "node-fetch": "^2.6.1"
  },
  "devDependencies": {
    "@types/btoa": "^1.2.3",
    "@types/deepmerge": "^2.2.0",
    "@types/node": "^14.14.6",
    "@types/node-fetch": "^2.5.7"
  },
  "gitHead": "2943b4f4db8da15ee1f165319eeed11745e7a898"
}
