@argos-ci/api-client
Version:
57 lines (56 loc) • 1.62 kB
JSON
{
"name": "@argos-ci/api-client",
"description": "Argos API Client library.",
"version": "0.14.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.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"engines": {
"node": ">=20.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": "catalog:",
"openapi-typescript": "^7.10.1",
"p-retry": "^7.1.0"
},
"dependencies": {
"debug": "^4.4.3",
"openapi-fetch": "^0.15.0"
},
"gitHead": "fb54cf311b705f214041f18443352577be01e822"
}