-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.08 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
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
{
"name": "shan-ff",
"version": "1.0.0",
"description": "Unofficial Free Fire player data SDK — search players, fetch profiles, stats, items, and send likes. Auto-managed guest authentication with built-in credential pool.",
"main": "index.js",
"exports": {
".": {
"require": "./index.js"
}
},
"keywords": [
"shan-ffapi",
"freefire",
"free-fire",
"garena",
"ff",
"player",
"profile",
"stats",
"api",
"sdk",
"gaming",
"checker",
"game-api",
"player-stats",
"freefire-api",
"garena-freefire",
"player-info",
"stats-checker",
"game-data",
"wrapper",
"nodejs",
"typescript"
],
"author": "♡︎ 𝗦𝗵𝗔𝗻 ♡︎",
"license": "MIT",
"files": [
"index.js",
"src/",
"proto/",
"config/",
"data/",
"types/",
"README.md"
],
"engines": {
"node": ">=16"
},
"dependencies": {
"axios": "^1.19.0",
"js-yaml": "^4.3.1",
"protobufjs": "^7.6.5"
},
"repository": {
"type": "git",
"url": "https://github.com/Sh4nDev/shan-ffapi"
}
}