2026-01-24 09:42:02 +02:00
|
|
|
{
|
|
|
|
|
"name": "@triliumnext/web-clipper",
|
2026-01-26 21:10:30 +02:00
|
|
|
"version": "1.1.1",
|
2026-01-24 09:42:02 +02:00
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2026-01-24 14:26:05 +02:00
|
|
|
"dev": "wxt",
|
|
|
|
|
"dev:firefox": "wxt -b firefox",
|
|
|
|
|
"build": "wxt build",
|
|
|
|
|
"build:firefox": "wxt build -b firefox",
|
|
|
|
|
"zip": "wxt zip",
|
|
|
|
|
"zip:firefox": "wxt zip -b firefox",
|
2026-01-24 09:45:05 +02:00
|
|
|
"postinstall": "wxt prepare"
|
2026-01-24 09:42:02 +02:00
|
|
|
},
|
|
|
|
|
"keywords": [],
|
2026-02-11 01:02:09 +00:00
|
|
|
"packageManager": "pnpm@10.29.2",
|
2026-01-24 09:45:05 +02:00
|
|
|
"devDependencies": {
|
2026-01-24 14:26:05 +02:00
|
|
|
"@wxt-dev/auto-icons": "1.1.0",
|
2026-01-24 09:45:05 +02:00
|
|
|
"wxt": "0.20.13"
|
2026-01-26 19:38:11 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"cash-dom": "8.1.5"
|
2026-01-24 09:45:05 +02:00
|
|
|
}
|
2026-01-24 09:42:02 +02:00
|
|
|
}
|