mirror of
https://github.com/ApfelTeeSaft/SolarisMMSCrackV2.git
synced 2026-08-26 19:33:37 +00:00
26 lines
639 B
JSON
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"
|
|
}
|
|
} |