fn-stats-cli-jnc
Version:
Command-line tool to pull Fortnite player statistics using Epic Games' API
37 lines (36 loc) • 799 B
JSON
{
"name": "fn-stats-cli-jnc",
"version": "1.1.0",
"description": "Command-line tool to pull Fortnite player statistics using Epic Games' API",
"type": "module",
"bin": {
"fn-stats": "./fn-stats-cli-jnc.js",
"fn-stats-auth": "./epic-device-auth-jnc.js"
},
"scripts": {
"auth": "node epic-device-auth-jnc.js"
},
"keywords": [
"fortnite",
"stats",
"epic-games",
"cli"
],
"author": "Justin Carstens",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/justin-carstens/fn-stats-cli-jnc.git"
},
"dependencies": {
"@squiddleton/epic": "^0.10.0",
"open": "^10.1.0"
},
"files": [
"fn-stats-cli-jnc.js",
"epic-device-auth-jnc.js",
"src",
"seasonDefinitions.json",
"README.md"
]
}