12 lines
400 B
JSON
12 lines
400 B
JSON
|
|
{
|
||
|
|
"name": "share-as-qr",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "Firefox extension: share the current tab's URL as a QR code.",
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|