{
  "name": "@digital-magic/fp-ts-axios",
  "version": "1.0.8",
  "description": "Axios client implementation build with Task abstraction from FP",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "clean": "rimraf ./lib",
    "lint": "eslint .",
    "jest-clear-cache": "jest --clearCache",
    "prettier": "pretty-quick --check --pattern \"src/**/*.*(ts|tsx)\" --pattern \"test/**/*.*(ts|tsx)\"",
    "fix-prettier": "pretty-quick --pattern \"src/**/*.*(ts|tsx)\" --pattern \"test/**/*.*(ts|tsx)\"",
    "jest": "jest",
    "test": "npm run jest-clear-cache && npm run prettier && npm run jest",
    "prebuild": "npm run clean && npm run prettier",
    "postbuild": "pretty-quick --pattern \"lib/**/*.*(js|ts|jsx|tsx)\"",
    "prepare": "husky install && tsc -p .",
    "build": "tsc -p ./tsconfig.build.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/digital-magic-io/fp-ts-axios.git"
  },
  "files": [
    "lib/",
    "LICENSE",
    "README.md"
  ],
  "author": "Jevgeni Goloborodko <jevgeni@digital-magic.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/digital-magic-io/fp-ts-axios/issues"
  },
  "homepage": "https://github.com/digital-magic-io/fp-ts-axios#readme",
  "keywords": [
    "typescript",
    "fp-ts",
    "axios"
  ],
  "tags": [
    "typescript",
    "fp-ts",
    "axios"
  ],
  "devDependencies": {
    "@babel/plugin-proposal-optional-chaining": "^7.13.8",
    "@babel/preset-env": "^7.13.9",
    "@digital-magic/ts-common-utils": "^1.0.13",
    "@types/jest": "^26.0.20",
    "@types/node": "^14.14.32",
    "@types/prettier": "^2.2.2",
    "@typescript-eslint/eslint-plugin": "^4.16.1",
    "@typescript-eslint/parser": "^4.16.1",
    "axios": "^0.21.1",
    "eslint": "^7.21.0",
    "eslint-plugin-functional": "^3.2.1",
    "eslint-plugin-prettier": "^3.3.1",
    "fp-ts": "^2.9.3",
    "http-status-codes": "^2.1.4",
    "husky": "^5.1.3",
    "io-ts": "^2.2.13",
    "jest": "^26.6.3",
    "prettier": "^2.2.1",
    "pretty-quick": "^3.1.0",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.5.3",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.3"
  },
  "peerDependencies": {
    "@digital-magic/ts-common-utils": ">=1.0.16",
    "axios": ">=0.21.1",
    "fp-ts": ">=2.9.5",
    "http-status-codes": ">=2.1.4",
    "io-ts": ">=2.2.15"
  }
}
