Files
crextractor/package.json
T
2025-08-23 21:14:56 +05:00

36 lines
735 B
JSON

{
"name": "crextractor",
"version": "1.0.1",
"description": "A utility to extract secrets from Crunchyroll mobile app",
"main": "crextractor.js",
"bin": {
"crextractor": "bin/cli.js"
},
"types": "crextractor.d.ts",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"crunchyroll"
],
"author": "Vitaly Gashkov <vitalygashkov@vk.com>",
"license": "MIT",
"readmeFilename": "README.md",
"funding": [
{
"type": "individual",
"url": "https://t.me/tribute/app?startapp=dqW2"
}
],
"engines": {
"node": ">=20"
},
"dependencies": {
"molnia": "^0.1.5"
},
"devDependencies": {
"typescript": "^5.9.2"
}
}