-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.02 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "linkedin-skill-based-content-posting-bot",
"version": "1.0.0",
"description": "The LinkedIn Skill-Based Content Posting Bot is a Node.js application built with Puppeteer to automate the daily posting of content on LinkedIn based on thier skills mentioned in LinkedIn. Please use this bot responsibly, respecting LinkedIn's terms of service and ethical considerations.",
"main": "app.js",
"scripts": {
"test": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AdarshKr357/LinkedIn-Skill-Based-Content-Posting-Bot.git"
},
"keywords": [
"LinkedIn",
"Skill-Based",
"Content",
"Posting",
"Bot",
"Node.js",
"Puppeteer",
"Automation",
"Daily",
"Posting",
"Skills",
"Gathering"
],
"author": "Adarsh Kumar",
"license": "MIT",
"bugs": {
"url": "https://github.com/AdarshKr357/LinkedIn-Skill-Based-Content-Posting-Bot/issues"
},
"homepage": "https://github.com/AdarshKr357/LinkedIn-Skill-Based-Content-Posting-Bot#readme"
}