@argos-ci/api-client
Version:
59 lines (58 loc) • 1.68 kB
JSON
{
"name": "@argos-ci/api-client",
"description": "Argos API Client library.",
"version": "0.27.0",
"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.mts",
"import": "./dist/index.mjs",
"default": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
"types": "./dist/index.d.mts",
"engines": {
"node": ">=22.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": "tsdown",
"check-types": "tsc",
"check-format": "prettier --check --ignore-unknown --ignore-path=../../.gitignore --ignore-path=../../.prettierignore .",
"lint": "eslint .",
"test": "vitest"
},
"devDependencies": {
"@types/debug": "^4.1.13",
"@types/node": "catalog:",
"openapi-typescript": "^7.13.0",
"vitest": "catalog:"
},
"dependencies": {
"debug": "^4.4.3",
"openapi-fetch": "^0.17.0",
"p-retry": "^8.0.0"
},
"gitHead": "a3083087b11004e0b315e2d14f1e9179cbd56da2"
}