Files
AthenaProfileGenerator/package.json
2025-01-03 17:28:06 +00:00

29 lines
737 B
JSON

{
"name": "athenaprofilegenerator",
"version": "1.0.4",
"description": "A fortnite athena profile generator made for fortnite backends (LawinServer, etc...)",
"main": "index.js",
"dependencies": {
"axios": "^1.7.9"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lawin0129/AthenaProfileGenerator.git"
},
"keywords": [
"fortnite",
"athena",
"profile"
],
"author": "Lawin0129",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Lawin0129/AthenaProfileGenerator/issues"
},
"homepage": "https://github.com/Lawin0129/AthenaProfileGenerator#readme"
}