SSSL/package.json
Matthew Lopez 1e16429660
feat: implement non-interactive mode
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.
2024-06-03 21:58:49 -04:00

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"
}
}