@sargonpiraev/hh-api-client
Version:
A TypeScript client for the HeadHunter API, generated from the official OpenAPI specification.
79 lines (78 loc) • 1.98 kB
JSON
{
"name": "@sargonpiraev/hh-api-client",
"version": "1.1.1",
"description": "A TypeScript client for the HeadHunter API, generated from the official OpenAPI specification.",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"type": "module",
"files": [
"build",
"README.md",
"LICENSE"
],
"keywords": [
"api-client",
"typescript",
"sdk",
"headhunter",
"hh",
"openapi",
"job-search",
"recruiting"
],
"author": {
"name": "Sargon Piraev",
"email": "sargonpiraev@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/sargonpiraev/hh-api-client.git"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "jest --passWithNoTests --coverage",
"dev": "tsx watch ./src/index.ts",
"build": "tsc -p tsconfig.json",
"lint": "eslint ./src --ext .ts",
"lint:fix": "npm run lint -- --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "husky",
"commitlint": "commitlint --edit",
"typecheck": "tsc --noEmit",
"audit": "npm audit",
"openapi-ts": "npx @hey-api/openapi-ts",
"prebuild": "npm run openapi-ts"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@eslint/js": "^9.26.0",
"@hey-api/openapi-ts": "^0.77.0",
"@semantic-release/gitlab": "^13.2.4",
"@types/jest": "^30.0.0",
"@types/node": "^22.15.33",
"eslint": "^9.26.0",
"globals": "^16.0.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"prettier": "^3.5.3",
"semantic-release": "^24.2.3",
"ts-jest": "^29.3.2",
"ts-node": "^10.9.2",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.1"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@hey-api/client-axios": "^0.9.1",
"axios": "^1.10.0"
}
}