From eba50dccd04cf7531b4c27d0214d75f0b15f84ac Mon Sep 17 00:00:00 2001 From: Vitaly Gashkov Date: Sun, 24 Aug 2025 10:26:19 +0500 Subject: [PATCH] chore: add extract scripts to package.json --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 2ce0149..b1d6858 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,8 @@ "type": "commonjs", "scripts": { "start": "node bin/cli.js", + "extract:mobile": "node bin/cli.js --target mobile --output ./credentials.mobile.json", + "extract:tv": "node bin/cli.js --target tv --output ./credentials.tv.json", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [