This commit is contained in:
Vitaly Gashkov
2025-08-23 21:25:22 +05:00
parent b164c03e21
commit b8bbdf9bab
2 changed files with 7 additions and 11 deletions
+6 -10
View File
@@ -1,20 +1,16 @@
{
"name": "crunchys",
"version": "1.0.1",
"name": "crextractor",
"version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "crunchys",
"version": "1.0.1",
"name": "crextractor",
"version": "1.1.0",
"funding": [
{
"type": "individual",
"url": "https://boosty.to/vitalygashkov"
},
{
"type": "patreon",
"url": "https://www.patreon.com/vitalygashkov"
"url": "https://t.me/tribute/app?startapp=dqW2"
}
],
"license": "MIT",
@@ -22,7 +18,7 @@
"molnia": "^0.1.5"
},
"bin": {
"crunchys": "crunchys-cli.js"
"crextractor": "bin/cli.js"
},
"devDependencies": {
"typescript": "^5.9.2"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "crextractor",
"version": "1.0.1",
"version": "1.1.0",
"description": "Utility for extracting secrets from Crunchyroll mobile app",
"main": "crextractor.js",
"bin": {