{
  "name": "@odata2ts/http-client-api",
  "version": "0.6.3",
  "description": "Specifies the contract between HTTP clients and odata2ts",
  "keywords": [
    "http client",
    "api",
    "odata2ts",
    "ts",
    "typescript"
  ],
  "repository": "git@github.com:odata2ts/http-client.git",
  "license": "MIT",
  "author": "texttechne",
  "type": "commonjs",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "*.md",
    "lib",
    "LICENSE"
  ],
  "scripts": {
    "build": "yarn clean && yarn compile",
    "check-circular-deps": "madge ./src --extensions ts --circular",
    "clean": "rimraf lib coverage",
    "compile": "tsc"
  },
  "devDependencies": {
    "@types/node": "^20.2.5",
    "rimraf": "^5.0.1",
    "typescript": "5.0.4"
  },
  "publishConfig": {
    "access": "public"
  }
}