From 4a2e0af73cdba0c0e158c7d912cc7719d1268650 Mon Sep 17 00:00:00 2001 From: Vitaly Gashkov Date: Thu, 27 Mar 2025 18:27:49 +0500 Subject: [PATCH] chore: update package.json --- package.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3195b64..d04cee7 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,31 @@ "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", + "types": "crunchys.d.ts", "type": "commonjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "keywords": [ + "crunchyroll" + ], "author": "Vitaly Gashkov ", "license": "MIT", + "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" + }, "devDependencies": { "typescript": "^5.8.2" }