{ "name": "archive-org-link-grabber", "version": "0.1.0", "private": true, "description": "Firefox WebExtension to filter archive.org /download links and copy/send to aria2.", "scripts": { "dev": "web-ext run --start-url https://archive.org --source-dir .", "build": "web-ext build -o -a dist", "lint": "echo 'Add ESLint config to enable' && exit 0", "format": "echo 'Add Prettier config to enable' && exit 0", "test": "echo 'No tests yet' && exit 0" } }