Files
crextractor/package.json
T

35 lines
758 B
JSON
Raw Normal View History

2025-03-26 13:19:45 +05:00
{
"name": "crunchys",
"version": "1.0.1",
2025-03-26 13:19:45 +05:00
"description": "A utility to extract secrets from Crunchyroll mobile app",
"main": "crunchys.js",
"bin": "crunchys-cli.js",
2025-03-27 18:27:49 +05:00
"types": "crunchys.d.ts",
"type": "commonjs",
2025-03-26 13:19:45 +05:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2025-03-27 18:27:49 +05:00
"keywords": [
"crunchyroll"
],
2025-03-26 13:19:45 +05:00
"author": "Vitaly Gashkov <vitalygashkov@vk.com>",
"license": "MIT",
2025-03-27 18:27:49 +05:00
"readmeFilename": "README.md",
"funding": [
{
"type": "individual",
"url": "https://boosty.to/vitalygashkov"
},
{
"type": "patreon",
"url": "https://www.patreon.com/vitalygashkov"
}
],
"engines": {
"node": "20 || 21 || 22 || 23"
},
2025-03-26 13:19:45 +05:00
"devDependencies": {
"typescript": "^5.8.2"
}
}