fix: add cli shebang, improve cjs compatibility, exit if target source not found

This commit is contained in:
Vitaly Gashkov
2025-03-27 18:23:20 +05:00
parent baac0bcc23
commit 82f62706b6
3 changed files with 11 additions and 9 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
{
"name": "crunchys",
"version": "1.0.0",
"version": "1.0.1",
"description": "A utility to extract secrets from Crunchyroll mobile app",
"main": "crunchys.js",
"types": "crunchys.d.ts",
"bin": "crunchys-cli.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},