{
  "name": "@argos-ci/api-client",
  "description": "Argos API Client library.",
  "version": "0.8.1",
  "author": "Smooth Code",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/argos-ci/argos-javascript.git",
    "directory": "packages/api-client"
  },
  "homepage": "https://github.com/argos-ci/argos-javascript/blob/main/packages/api-client/README.md",
  "bugs": {
    "url": "https://github.com/argos-ci/argos-javascript/issues"
  },
  "keywords": [
    "api",
    "openapi",
    "argos"
  ],
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build-schema-types": "openapi-typescript https://api.argos-ci.com/v2/openapi.yaml -o src/schema.ts",
    "build-schema-types-dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 openapi-typescript https://api.argos-ci.dev:4001/v2/openapi.yaml -o src/schema.ts",
    "build": "tsup",
    "check-types": "tsc",
    "check-format": "prettier --check --ignore-unknown --ignore-path=../../.gitignore --ignore-path=../../.prettierignore .",
    "lint": "eslint ."
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/node": "^18.19.44",
    "openapi-typescript": "^7.6.1"
  },
  "dependencies": {
    "debug": "^4.4.0",
    "openapi-fetch": "0.13.5"
  },
  "gitHead": "6385df8f840714c9d77c52b2035bdbbc1b148791"
}
