Files
2025-04-24 18:57:05 +02:00

26 lines
639 B
JSON

{
"name": "solarismmscrackv2",
"version": "1.0.0",
"description": "Enhanced Solaris Authentication & Server Monitor with proper project structure",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"solaris",
"fortnite"
],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.4",
"puppeteer": "^19.7.0",
"child_process": "^1.0.2",
"fs-extra": "^10.1.0"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}