forked from retorquere/zotero-open-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.49 KB
/
package.json
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
{
"name": "zotero-open-pdf",
"version": "0.0.2",
"description": "Open PDF in external reader",
"scripts": {
"lint": "eslint . --ext .ts --cache --cache-location .eslintcache/",
"prebuild": "npm run lint",
"build": "tsc --noEmit && node esbuild.js",
"postbuild": "zotero-plugin-zipup build zotero-open-pdf",
"release": "zotero-plugin-release",
"postversion": "git push --follow-tags",
"start": "zotero-start"
},
"repository": {
"type": "git",
"url": "https://github.com/retorquere/zotero-open-pdf.git"
},
"author": {
"name": "Emiliano Heyns",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/retorquere/zotero-open-pdf/issues"
},
"homepage": "https://github.com/retorquere/zotero-open-pdf",
"dependencies": {
"@types/mocha": "^9.1.1",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"esbuild": "^0.14.47",
"eslint": "^8.18.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"mkdirp": "^1.0.4",
"rimraf": "^3.0.2",
"ts-node": "^10.8.1",
"typescript": "^4.7.4",
"zotero-plugin": "^1.4.5"
},
"xpi": {
"name": "Open Pdf for Zotero",
"updateLink": "https://github.com/retorquere/zotero-open-pdf/releases/download/v{version}/zotero-open-pdf-{version}.xpi",
"releaseURL": "https://github.com/retorquere/zotero-open-pdf/releases/download/release/"
}
}