UNPKG

linkedin-api-wrapper

Version:
32 lines (31 loc) 698 B
{ "name": "linkedin-api-wrapper", "version": "0.1.2", "description": "Simple wrapper to access the linkedin API", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/s-leroux/linkedin-api-wrapper.git" }, "keywords": [ "linkedin", "api" ], "author": "Sylvain Leroux", "license": "MIT", "bugs": { "url": "https://github.com/s-leroux/linkedin-api-wrapper/issues" }, "homepage": "https://github.com/s-leroux/linkedin-api-wrapper#readme", "devDependencies": { "chai": "^4.2.0", "mocha": "^8.2.1" }, "dependencies": { "debug": "^4.3.1", "node-fetch": "^2.6.1" } }