{
    "name": "@tenfold/http-client",
    "version": "1.0.0-alpha.109",
    "description": "Http Client for Tenfold projects",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "yarn build:clean && yarn build:compile",
        "build:clean": "rimraf ./dist tsconfig.build.tsbuildinfo",
        "build:compile": "tsc -b tsconfig.build.json",
        "check:ci": "yarn lint && yarn test:coverage",
        "lint": "eslint './**/*.{ts,js}'",
        "lint:fix": "yarn lint --fix",
        "test": "jest",
        "test:coverage": "yarn test --coverage"
    },
    "repository": {
        "type": "git",
        "directory": "packages/http-client",
        "url": "git+https://github.com/tenfold/libraries.git"
    },
    "keywords": [
        "tenfold",
        "http"
    ],
    "author": "Bernardo Reis",
    "license": "UNLICENSED",
    "dependencies": {
        "@tenfold/api-responses": "^1.0.0-alpha.109",
        "@tenfold/tenfold-types": "^1.0.0-alpha.109",
        "@tenfold/util": "^1.0.0-alpha.109",
        "@types/node-statsd": "^0.1.2",
        "axios": "^0.21.1",
        "lodash": "^4.17.21",
        "node-statsd": "^0.1.1",
        "retry-axios": "^2.6.0"
    },
    "devDependencies": {
        "@types/express": "^4.17.9",
        "@types/lodash": "^4.14.171",
        "dotenv": "^8.2.0",
        "express": "^4.17.1",
        "get-port": "^5.1.1"
    },
    "files": [
        "dist"
    ],
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "d7c5edb84047bdd7f2fb60753ac6e0325f1bada3"
}
