Files
crextractor/package.json
T

18 lines
433 B
JSON

{
"name": "crunchys",
"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"
},
"author": "Vitaly Gashkov <vitalygashkov@vk.com>",
"license": "MIT",
"devDependencies": {
"typescript": "^5.8.2"
}
}