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", "name": "crextractor",
"version": "1.0.1", "version": "1.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "crunchys", "name": "crextractor",
"version": "1.0.1", "version": "1.1.0",
"funding": [ "funding": [
{ {
"type": "individual", "type": "individual",
"url": "https://boosty.to/vitalygashkov" "url": "https://t.me/tribute/app?startapp=dqW2"
},
{
"type": "patreon",
"url": "https://www.patreon.com/vitalygashkov"
} }
], ],
"license": "MIT", "license": "MIT",
@@ -22,7 +18,7 @@
"molnia": "^0.1.5" "molnia": "^0.1.5"
}, },
"bin": { "bin": {
"crunchys": "crunchys-cli.js" "crextractor": "bin/cli.js"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^5.9.2" "typescript": "^5.9.2"
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "crextractor", "name": "crextractor",
"version": "1.0.1", "version": "1.1.0",
"description": "Utility for extracting secrets from Crunchyroll mobile app", "description": "Utility for extracting secrets from Crunchyroll mobile app",
"main": "crextractor.js", "main": "crextractor.js",
"bin": { "bin": {