Initial commit

This commit is contained in:
Vitaly Gashkov
2025-03-26 13:19:45 +05:00
commit baac0bcc23
8 changed files with 213 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "crunchys",
"version": "1.0.0",
"description": "A utility to extract secrets from Crunchyroll mobile app",
"main": "crunchys.js",
"types": "crunchys.d.ts",
"bin": "crunchys-cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vitaly Gashkov <vitalygashkov@vk.com>",
"license": "MIT",
"devDependencies": {
"typescript": "^5.8.2"
}
}