-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
67 lines (67 loc) · 2.07 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
{
"name": "@farhan7reza7/if-follow-package",
"version": "3.0.2",
"description": "if-follow-package is a JavaScript library that provides APIs for managing followers and followings on GitHub. This package allows you to find users who are not following you back, find users who are following you back, unfollow users who are not following you back, check if a user is following you, check if you are following a user, get the exact total number of followings, get the exact total number of followers, and other follow control features.",
"main": "src/index.js",
"types": "if-follow-package.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest",
"lint": "eslint .",
"lint-fix": "eslint --fix .",
"format": "prettier --write ."
},
"keywords": [
"follow",
"not-follow",
"follow-control",
"github-plugin",
"manage-follow",
"follow-back",
"following",
"follows",
"following-back",
"who-follow",
"who-not-follow-back",
"who-follow-back",
"exact-total",
"followers",
"unfollow",
"unfollow-who-not-follow-back",
"not-follow-back",
"who-follow-back",
"who-not-follow-back"
],
"author": "Farhan Reza",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-transform-arrow-functions": "^7.23.3",
"@babel/preset-env": "^7.23.9",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.2.2",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/farhan7reza7/if-follow-package.git"
},
"bugs": {
"url": "https://github.com/farhan7reza7/if-follow-package/issues/new/choose"
},
"homepage": "https://github.com/farhan7reza7/if-follow-package/blob/main/README.md",
"dependencies": {
"axios": "^0.28.0"
}
}