hl-gaming-official-ff-data
Version:
HL Gaming Official Free Fire API client with advanced diagnostics and optional AI-guided remediation
48 lines (47 loc) • 1.52 kB
JSON
{
"name": "hl-gaming-official-ff-data",
"version": "2.2.0",
"description": "HL Gaming Official Free Fire API client with advanced diagnostics and optional AI-guided remediation",
"main": "index.js",
"keywords": [
"freefire",
"hl-gaming",
"ff-api",
"hlgamingofficial",
"api-client",
"diagnostics"
],
"author": "Haroon Brokha <developers@hlgamingofficial.com>",
"license": "MIT",
"homepage": "https://www.hlgamingofficial.com/",
"repository": {
"type": "website",
"url": "https://www.hlgamingofficial.com/p/developers.html"
},
"bugs": {
"url": "https://www.hlgamingofficial.com/p/feedback.html"
},
"links": {
"documentation": "https://www.hlgamingofficial.com/p/api.html",
"freeFireAccountDoc": "https://www.hlgamingofficial.com/p/hl-gaming-official-free-fire-account.html",
"developers": "https://www.hlgamingofficial.com/p/developers.html",
"contact": "https://www.hlgamingofficial.com/p/contact-us.html",
"feedback": "https://www.hlgamingofficial.com/p/feedback.html"
},
"files": [
"index.js",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node -e \"console.log('No tests configured. Add a test suite (jest/mocha) in package.json scripts.'); process.exit(0)\"",
"lint": "node -e \"console.log('No linter configured. Add ESLint/Prettier in devDependencies if needed.'); process.exit(0)\""
},
"engines": {
"node": ">=16"
},
"dependencies": {
"axios": "^1.9.0",
"lru-cache": "^10.0.0"
}
}