-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
70 lines (70 loc) · 1.41 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "linkedin-auto-bot",
"version": "0.0.3",
"description": "An automation tool to automate the connection requests on LinkedIn",
"bin": {
"linkedin-auto-bot": "lib/cli.js",
"lab": "lib/cli.js"
},
"scripts": {
"build": "babel src -d lib",
"start": "node src/cli.js -u muhammadnuman70@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nomi9995/linkedin-auto-bot.git"
},
"keywords": [
"linkedin",
"connect",
"hack",
"invite",
"automation",
"script",
"node",
"javascript",
"auto",
"people",
"program",
"tool",
"automate",
"request",
"connection",
"node",
"nodejs",
"mac",
"windows",
"linux",
"ubuntu",
"unix",
"download",
"install",
"npm",
"console"
],
"author": "nomi9995 <muhammadnuman70@gmail.com> (https://nomi9995.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nomi9995/linkedin-auto-bot/issues"
},
"homepage": "https://github.com/nomi9995/linkedin-auto-bot#readme",
"dependencies": {
"axios": "^0.21.1",
"colors": "^1.1.2",
"commander": "^2.13.0",
"moment": "^2.20.1",
"prompt": "^1.0.0",
"word-wrap": "^1.2.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.15.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0"
},
"engines": {
"node": ">=4.0.0"
}
}