{
  "name": "@js-entity-repos/axios",
  "version": "6.0.7",
  "description": "A concrete implementation of js-entity-repos for axios.",
  "repository": {
    "type": "git",
    "url": "https://github.com/js-entity-repos/axios"
  },
  "author": "js-entity-repos",
  "license": "GPL-3.0",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "tslint --project ./tsconfig.json",
    "test": "mocha $(find dist -name '*.test.js') --exit",
    "cover": "nyc npm test",
    "duplication": "jscpd",
    "clean": "rimraf dist",
    "semantic-release": "ht2-release-public-circleci-lib"
  },
  "nyc": {
    "lines": 100,
    "check-coverage": true
  },
  "dependencies": {
    "@js-entity-repos/core": "9.1.1",
    "axios": "0.19.0",
    "http-status-codes": "1.3.2",
    "lodash": "4.17.15"
  },
  "devDependencies": {
    "@ht2-labs/semantic-release": "1.1.76",
    "@ht2-labs/typescript-project": "1.1.0",
    "@js-entity-repos/express": "6.1.1",
    "@js-entity-repos/memory": "4.3.8",
    "@types/body-parser": "1.17.0",
    "@types/dotenv": "4.0.3",
    "@types/express": "4.16.1",
    "@types/lodash": "4.14.136",
    "@types/mocha": "5.2.7",
    "@types/source-map-support": "0.5.0",
    "assert-rejects": "0.1.1",
    "body-parser": "1.19.0",
    "dotenv": "5.0.1",
    "express": "4.17.0",
    "jscpd": "0.6.25",
    "mocha": "5.2.0",
    "nyc": "11.9.0",
    "power-assert": "1.6.1",
    "rimraf": "2.6.3",
    "source-map-support": "0.5.12"
  },
  "publishConfig": {
    "access": "public"
  }
}
