UNPKG

resume-insights

Version:

CLI tool to analyze how well your resume matches a job description based on keyword comparison

32 lines (31 loc) 631 B
{ "name": "resume-insights", "version": "1.0.0", "description": "CLI tool to analyze how well your resume matches a job description based on keyword comparison", "main": "index.js", "bin": { "resume-insights": "./index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node inex.js" }, "keywords": [ "resume", "job", "ats", "matching", "keyword", "cli", "pdf", "hiring", "developer" ], "author": "Mihir", "license": "MIT", "dependencies": { "chalk": "^4.1.2", "natural": "^8.1.0", "pdf-parse": "^1.1.1" } }