Files
crextractor/package.json
T

36 lines
735 B
JSON
Raw Normal View History

2025-03-26 13:19:45 +05:00
{
2025-08-23 21:14:56 +05:00
"name": "crextractor",
"version": "1.0.1",
2025-03-26 13:19:45 +05:00
"description": "A utility to extract secrets from Crunchyroll mobile app",
2025-08-23 21:14:56 +05:00
"main": "crextractor.js",
"bin": {
"crextractor": "bin/cli.js"
},
"types": "crextractor.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",
2025-08-23 21:14:56 +05:00
"url": "https://t.me/tribute/app?startapp=dqW2"
2025-03-27 18:27:49 +05:00
}
],
"engines": {
2025-08-23 21:14:56 +05:00
"node": ">=20"
},
"dependencies": {
"molnia": "^0.1.5"
2025-03-27 18:27:49 +05:00
},
2025-03-26 13:19:45 +05:00
"devDependencies": {
2025-08-23 21:14:56 +05:00
"typescript": "^5.9.2"
2025-03-26 13:19:45 +05:00
}
}