{
  "name": "@ideal-postcodes/core-axios",
  "version": "4.1.5",
  "description": "Axios based client for api.ideal-postcodes.co.uk",
  "author": {
    "name": "Ideal Postcodes",
    "email": "support@ideal-postcodes.co.uk",
    "url": "https://ideal-postcodes.co.uk"
  },
  "bugs": {
    "url": "https://github.com/ideal-postcodes/core-axios/issues",
    "email": "support@ideal-postcodes.co.uk"
  },
  "homepage": "https://github.com/ideal-postcodes/core-axios",
  "repository": {
    "type": "git",
    "url": "https://github.com/ideal-postcodes/core-axios.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "esm/index.js",
  "scripts": {
    "semantic-release": "semantic-release --no-ci",
    "test:watch": "NODE_ENV=test mocha --watch",
    "test:nock:reload": "NODE_ENV=test RECORD=true mocha",
    "test": "NODE_ENV=test nyc mocha",
    "lint": "eslint lib/**/*.ts",
    "build": "tsc && tsc -p tsconfig.esm.json",
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "prepublishOnly": "npm run test && npm run build"
  },
  "files": [
    "dist",
    "esm"
  ],
  "browserslist": [
    "ie 11",
    "last 2 versions"
  ],
  "prettier": {
    "editorconfig": true,
    "trailingComma": "es5"
  },
  "nyc": {
    "include": [
      "lib/**/*.ts",
      "generate/**/*.ts"
    ],
    "exclude": [
      "dist/*",
      "**/*.d.ts",
      "generate/index.ts"
    ],
    "extension": [
      ".ts",
      ".tsx"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text-summary",
      "html"
    ],
    "all": true
  },
  "mocha": {
    "extension": [
      "ts"
    ],
    "exit": true,
    "fullTrace": true,
    "require": [
      "ts-node/register",
      "source-map-support/register"
    ]
  },
  "engines": {
    "node": ">=10.0"
  },
  "keywords": [
    "API",
    "Node.js",
    "Axios",
    "UK",
    "Address",
    "Postcode",
    "Search",
    "Ideal Postcodes"
  ],
  "release": {
    "extends": "@cablanchard/semantic-release/dist/npm",
    "branches": [
      "master",
      {
        "name": "beta",
        "prerelease": true
      }
    ]
  },
  "license": "MIT",
  "dependencies": {
    "@ideal-postcodes/core-interface": "~3.2.1",
    "axios": "~1.8.4"
  },
  "devDependencies": {
    "@cablanchard/semantic-release": "~1.3.4",
    "@cablanchard/tsconfig": "2.0.0",
    "@ideal-postcodes/api-fixtures": "~1.3.0",
    "@ideal-postcodes/api-typings": "~2.1.0",
    "@types/chai": "~4.3.0",
    "@types/mocha": "~10.0.7",
    "@types/nock": "~11.1.0",
    "@types/node": "~17.0.8",
    "@types/prettier": "~2.4.2",
    "@types/sinon": "~17.0.2",
    "chai": "~4.3.4",
    "codecov": "~3.8.3",
    "mocha": "~10.7.3",
    "nock": "13.2.1",
    "nyc": "~15.1.0",
    "prettier": "~3.3.3",
    "semantic-release": "~19.0.3",
    "sinon": "~17.0.1",
    "source-map-support": "~0.5.21",
    "ts-node": "~10.4.0",
    "typescript": "~4.5.4"
  }
}
