hh-node
Version:
Headhunter api library
37 lines (36 loc) • 785 B
JSON
{
"name": "hh-node",
"version": "0.0.3",
"description": "Headhunter api library",
"main": "src/index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/YokeTechs/headhunter.git"
},
"keywords": [
"headhunter",
"api",
"fetch",
"methods",
"post",
"vacancies",
"vacancy",
"nodejs",
"package"
],
"author": "YokeTech <yoketech@mail.ru> (github:yoketechs)",
"license": "MIT",
"bugs": {
"url": "https://github.com/YokeTechs/headhunter/issues"
},
"homepage": "https://github.com/YokeTechs/headhunter#readme",
"dependencies": {
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@types/node-fetch": "^2.6.1",
"nodemon": "^2.0.15",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
}
}