UNPKG

resume-copilot-lib-js

Version:

A JavaScript library to interact with the Resume Copilot API, allowing job search integration into applications.

29 lines 889 B
{ "name": "resume-copilot-lib-js", "version": "1.0.0", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["resume-copilot-lib", "job-search", "job-api", "typescript"], "author": "ResumeCopilot <support@resumecopilot.net>", "license": "MIT", "description": "A JavaScript library to interact with the Resume Copilot API, allowing job search integration into applications.", "repository": { "type": "git", "url": "https://github.com/resumecopilot-net/resume-copilot-lib-js" }, "bugs": { "url": "https://github.com/resumecopilot-net/resume-copilot-lib-js/issues" }, "homepage": "https://resumecopilot.net/", "dependencies": { "axios": "^1.8.1" }, "devDependencies": { "@types/axios": "^0.14.4", "@types/node": "^22.13.9", "typescript": "^5.8.2" } }