mirror of
https://github.com/zadam/trilium.git
synced 2026-01-28 10:09:13 +01:00
25 lines
536 B
JSON
25 lines
536 B
JSON
{
|
|
"name": "@triliumnext/web-clipper",
|
|
"version": "1.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"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",
|
|
"postinstall": "wxt prepare"
|
|
},
|
|
"keywords": [],
|
|
"packageManager": "pnpm@10.28.1",
|
|
"devDependencies": {
|
|
"@wxt-dev/auto-icons": "1.1.0",
|
|
"wxt": "0.20.13"
|
|
},
|
|
"dependencies": {
|
|
"cash-dom": "8.1.5"
|
|
}
|
|
}
|