naiv-qr/package.json

14 lines
454 B
JSON
Raw Permalink Normal View History

{
"name": "share-as-qr",
"version": "0.1.0",
"private": true,
"description": "Firefox extension: share the current tab's URL as a QR code.",
"license": "MIT",
"author": "Ole-Morten Duesund",
"scripts": {
"build": "bun run scripts/build.mjs",
"lint": "bun run build && bunx --bun web-ext lint",
"package": "bun run build && bunx --bun web-ext build --overwrite-dest",
"start": "bun run build && bunx --bun web-ext run"
}
}