mirror of
https://github.com/PretendoNetwork/SSSL.git
synced 2026-03-22 09:54:45 -05:00
This new default mode can be configured using environment variables or a .env file. The interactive mode can still be enabled by using the -i or --interactive flag.
18 lines
376 B
JSON
18 lines
376 B
JSON
{
|
|
"name": "@pretendonetwork/sssl",
|
|
"version": "1.0.0",
|
|
"description": "Hackless SSL bypass for the Wii U",
|
|
"main": "patch.js",
|
|
"author": "PretendoNetwork",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"@colors/colors": "^1.6.0",
|
|
"dotenv": "^16.4.5",
|
|
"node-forge": "^1.3.1",
|
|
"prompt": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.56.0"
|
|
}
|
|
}
|