added LinkedIn Support
This commit is contained in:
commit
3d1ecd4043
9 changed files with 970 additions and 0 deletions
15
package.json
Normal file
15
package.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "module",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "node dist/server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/express": "^4.17.21",
|
||||
"dotenv": "^16.4.5",
|
||||
"express": "^4.19.2",
|
||||
"linkedin-api-client": "^0.3.0"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue