mirror of
https://github.com/Lawin0129/AthenaProfileGenerator.git
synced 2026-01-13 03:02:22 +01:00
31 lines
792 B
JSON
31 lines
792 B
JSON
{
|
|
"name": "athenaprofilegenerator",
|
|
"version": "1.0.0",
|
|
"description": "A fortnite athena profile generator made for fortnite backends (LawinServer, etc...)",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"axios": "^0.24.0",
|
|
"fs": "^0.0.1-security"
|
|
},
|
|
"devDependencies": {},
|
|
"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"
|
|
}
|