-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
executable file
·61 lines (61 loc) · 1.93 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "zotero-night",
"version": "0.4.24",
"description": "Night theme for Zotero UI & Pdf",
"scripts": {
"dev": "nodemon --exec 'node esbuild.js' ./content/* ./skin/*",
"lint": "eslint . --ext .ts --cache --cache-location .eslintcache/",
"prebuild": "npm run lint",
"start": "zotero-start",
"build": "tsc --noEmit && node esbuild.js ",
"postinstall": "patch-package",
"postbuild": "zotero-plugin-zipup build zotero-night",
"release": "zotero-plugin-release",
"typecheck": "tsc --noEmit",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "https://github.com/tefkah/zotero-night.git"
},
"author": {
"name": "Thomas F. K. Jorna",
"email": "hello@tefkah.com"
},
"bugs": {
"url": "https://github.saobby.my.eu.orghomasFKJorna/tefkah/zotero-night/issues"
},
"homepage": "https://github.com/tefkah/zotero-night",
"dependencies": {
"@types/mocha": "^9.1.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"esbuild": "^0.14.23",
"esbuild-sass-plugin": "^2.2.6",
"eslint": "^8.10.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.9.4",
"eslint-plugin-prefer-arrow": "^1.2.3",
"mkdirp": "^1.0.4",
"postinstall-postinstall": "^2.1.0",
"prettier-eslint": "^13.0.0",
"rimraf": "^3.0.2",
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"zotero-plugin": "^1.2.2"
},
"xpi": {
"name": "Night for Zotero",
"updateLink": "https://github.com/tefkah//zotero-night/releases/download/v{version}/zotero-night-{version}.xpi",
"releaseURL": "https://github.com/tefkah/zotero-night/releases/download/release/"
},
"devDependencies": {
"css-colors-to-vars": "^1.0.2",
"eslint-config-prettier": "^8.5.0",
"nodemon": "^2.0.15",
"patch-package": "^6.4.7",
"sass": "^1.54.0",
"standard-version": "^9.3.2",
"zotero-types": "^1.0.16"
}
}