-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.71 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "jabrefbrowserextension",
"version": "3.2.2",
"description": "Browser extension for users of the bibliographic reference manager [JabRef](https://www.jabref.org/). It automatically identifies and extracts bibliographic information on websites and sends them to JabRef with one click.",
"keywords": [
"JabRef",
"bibliographic information extraction",
"collect references",
"reference management"
],
"homepage": "https://github.com/JabRef/JabRef-Browser-Extension#readme",
"bugs": {
"url": "https://github.com/JabRef/JabRef-Browser-Extension/issues"
},
"license": "AGPL-3.0-or-later",
"author": "JabRef",
"repository": {
"type": "git",
"url": "git+https://github.com/JabRef/JabRef-Browser-Extension.git"
},
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"dev:chrome": "wxt -b chrome",
"dev:opera": "wxt -b opera",
"dev:edge": "wxt -b edge",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "vue-tsc --noEmit",
"lint": "pnpm lint:oxlint && pnpm lint:oxfmt",
"lint:oxlint": "oxlint",
"lint:oxfmt": "oxfmt --check",
"test": "vitest run",
"test:legacy": "node test.js arXiv.org.js",
"postinstall": "wxt prepare"
},
"dependencies": {
"vue": "3.5.42"
},
"devDependencies": {
"@tailwindcss/vite": "4.3.3",
"@wxt-dev/module-vue": "1.0.3",
"globals": "17.12.0",
"jsdom": "30.0.1",
"oxfmt": "0.66.0",
"oxlint": "1.81.0",
"tailwindcss": "4.3.3",
"typescript": "7.0.2",
"vitest": "4.1.11",
"vue-tsc": "3.3.11",
"wxt": "0.21.4"
},
"packageManager": "pnpm@12.3.0"
}