2026-05-11 16:04:22 +02:00
|
|
|
{
|
2026-05-11 16:51:54 +02:00
|
|
|
"name": "naiv-qr",
|
|
|
|
|
"version": "0.1.2",
|
2026-05-11 16:04:22 +02:00
|
|
|
"private": true,
|
|
|
|
|
"description": "Firefox extension: share the current tab's URL as a QR code.",
|
2026-05-11 16:12:34 +02:00
|
|
|
"license": "MIT",
|
|
|
|
|
"author": "Ole-Morten Duesund",
|
2026-05-11 16:04:22 +02:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|