forked from Ranork/Auto-Linkedin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 708 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 708 Bytes
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
{
"name": "auto-linkedin",
"version": "1.3.6",
"description": "Auto LinkedIn is a project that provides automation for LinkedIn using Node.js and Puppeteer. This project helps you save time by automating various tasks on LinkedIn.",
"main": "src/main.js",
"scripts": {
"start": "node src/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"linkedin",
"social media",
"automation",
"puppeteer"
],
"author": "Ranork <ranorkk@gmail.com> (https://github.com/Ranork)",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/Ranork/Auto-Linkedin"
},
"dependencies": {
"puppeteer": "^22.8.1"
}
}