-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 811 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "linear-clipper",
"description": "Linear Clipper is a browser extension that streamlines the process of copying and pasting issue links from Linear.app. It offers a simple and efficient way to manage clipboard content, especially when working with Markdown.",
"private": true,
"version": "0.5",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:ff": "wxt -b firefox",
"build": "wxt build",
"build:ff": "wxt build -b firefox",
"zip": "wxt zip",
"zip:ff": "wxt zip -b firefox",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"@vueuse/core": "^13.4.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@wxt-dev/module-vue": "^1.0.2",
"typescript": "5.6.3",
"vue-tsc": "^2.2.10",
"wxt": "^0.20.6"
}
}