commit 52f451c2af0b374aebe76577e4ea39c0db0a2b89 Author: Vishwa Gaurav <81325730+VishwaGauravIn@users.noreply.github.com> Date: Wed Jun 29 15:39:29 2022 +0530 initial diff --git a/package.json b/package.json new file mode 100644 index 0000000..ef4c0c2 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "linkedin-jobs-api", + "version": "1.0.0", + "description": "advanced node.js package for getting job listings from LinkedIn", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/VishwaGauravIn/linkedin-jobs-api.git" + }, + "keywords": [ + "linkedin", + "linkedin-jobs", + "jobs", + "linkedin-jobs-api", + "linkedin-api", + "api" + ], + "author": "VishwaGauravIn", + "license": "MIT", + "bugs": { + "url": "https://github.com/VishwaGauravIn/linkedin-jobs-api/issues" + }, + "homepage": "https://github.com/VishwaGauravIn/linkedin-jobs-api#readme" +}