forked from retorquere/zotero-better-bibtex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
143 lines (143 loc) · 5.26 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "zotero-better-bibtex",
"version": "5.1.126",
"description": "Make Zotero useful for us LaTeX holdouts.",
"homepage": "https://retorque.re/zotero-better-bibtex",
"license": "ISC",
"author": {
"name": "Emiliano Heyns",
"email": "[email protected]"
},
"xpi": {
"name": "Better BibTex for Zotero",
"iconURL": "chrome://zotero-better-bibtex/skin/better-bibtex.svg",
"optionsURL": "chrome://zotero/content/preferences/preferences.xul#better-bibtex",
"updateLink": "https://github.com/retorquere/zotero-better-bibtex/releases/download/v{version}/zotero-better-bibtex-{version}.xpi",
"updateInfoURL": "https://github.com/retorquere/zotero-better-bibtex/releases/latest",
"releaseURL": "https://github.com/retorquere/zotero-better-bibtex/releases/download/release/"
},
"scripts": {
"pretest": "npm run build",
"test": "./test/behave --stop",
"lint": "tslint -t stylish --project .",
"webpack": "webpack",
"postwebpack": "./setup/patch-webpack.py",
"setup": "./setup/setup.py && ts-node setup/index.ts",
"prebuild": "npm install && npm run lint && npm run setup",
"build": "npm run webpack",
"postbuild": "./util/check-used.py && npm run zipup-better-bibtex && npm run zipup-debug-bridge",
"zipup-better-bibtex": "zotero-plugin-zipup build zotero-better-bibtex",
"zipup-debug-bridge": "zotero-plugin-zipup test/fixtures/debug-bridge debug-bridge",
"release-debug-bridge": "mkdir -p xpi && rm -f xpi/debug-bridge*xpi && npm run zipup-debug-bridge && github-release upload --owner retorquere --repo zotero-better-bibtex --tag debug-bridge xpi/debug-bridge*xpi",
"odfscan": "echo curl -L -o xpi/odfscan.xpi `curl -s https://api.github.com/repos/Juris-M/zotero-odf-scan-plugin/releases/latest | grep browser_download_url | cut -d '\"' -f 4`",
"minitest": "webpack && node ./minitests/build/dateparser.js",
"start": "./test/behave --stop --tags=@none --define kill=false",
"s3form": "zotero-plugin-s3form",
"release": "zotero-plugin-release \"You can verify you are on the latest version by going into 'Tools' -> 'Addons' in Zotero/Juris-M, clicking the gear icon, and selecting 'Check for updates'\"",
"branches": "zotero-plugin-branches",
"prefs": "ts-node zotero-webpack/script/prefs.ts",
"postversion": "git push --follow-tags",
"running": "ps auxw | grep -i zotero | grep -v grep || true",
"docs:prep": "./setup/readme.py && typedoc --ignoreCompilerErrors --json typedoc.json content/key-manager && ./setup/citekey-formatters.py && ./setup/preferences.py",
"docs:serve": "npm run docs:prep && cd site && hugo serve",
"docs:deploy": "npm run docs:prep && cd site && hugo --baseURL /zotero-better-bibtex",
"ncu": "ncu -a && npm install",
"reinstall": "rm -rf node_modules yarn* && npm install"
},
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@types/lokijs": "^1.5.2",
"ajv": "6.10.2",
"ajv-keywords": "3.4.1",
"barcoder": "2.0.1",
"biblatex-csl-converter": "1.6.8",
"edtf": "2.6.1",
"edtfy": "0.0.8",
"escape-string-regexp": "2.0.0",
"eventemitter4": "0.2.4",
"fast-chunk-string": "1.0.1",
"fold-to-ascii": "5.0.0",
"github-release-cli": "^1.3.1",
"global": "4.4.0",
"he": "1.2.0",
"ini": "1.3.5",
"is-isbn": "^1.1.0",
"issn": "1.0.5",
"js-yaml": "3.13.1",
"json-stringify-safe": "5.0.1",
"json5": "2.1.0",
"kuromoji": "0.1.2",
"kuroshiro": "1.1.2",
"kuroshiro-analyzer-kuromoji": "1.1.0",
"lokijs": "1.5.6",
"node-eta": "0.9.0",
"npm-check-updates": "^3.1.20",
"parse5": "5.1.0",
"pegjs": "0.10.0",
"permutater": "^1.0.2",
"punycode": "2.1.1",
"recast": "0.18.1",
"string-template": "1.0.0",
"transliteration": "2.1.4",
"tslint": "5.18.0",
"unicode2latex": "^1.0.17",
"webpack-cli": "3.3.6",
"xregexp": "4.2.4",
"zotero-plugin": "0.0.85"
},
"devDependencies": {
"@types/node": "12.6.8",
"@types/webpack": "4.4.35",
"archiver": "3.0.0",
"bluebird": "3.5.5",
"circular-dependency-plugin": "5.0.2",
"clean-webpack-plugin": "3.0.0",
"current-git-branch": "1.1.0",
"dedent-js": "1.0.1",
"dotenv": "8.0.0",
"ejs": "2.6.2",
"find-up": "4.1.0",
"fs-extra": "8.1.0",
"glob": "7.1.4",
"ignore-loader": "0.1.2",
"indent-string": "4.0.0",
"jsesc": "2.5.2",
"json-stable-stringify": "^1.0.1",
"loader-utils": "1.2.3",
"lodash": "4.17.14",
"moment": "2.24.0",
"pretty-data": "0.40.0",
"properties-reader": "0.3.1",
"pug": "2.0.4",
"request": "2.88.0",
"request-promise": "4.2.4",
"rimraf": "2.6.3",
"ts-loader": "6.0.4",
"ts-node": "8.3.0",
"typedoc": "0.14.2",
"typescript": "3.5.3",
"uri-templates": "0.2.0",
"webpack": "4.36.1",
"wrapper-webpack-plugin": "2.1.0",
"xml-parser": "1.2.1",
"xmldom": "^0.1.27",
"xpath": "0.0.27"
},
"repository": {
"type": "git",
"url": "git+https://github.com/retorquere/zotero-better-bibtex.git"
},
"bugs": {
"url": "https://github.com/retorquere/zotero-better-bibtex/issues",
"logs": {
"bucket": "better-bibtex-error-reports-62200312",
"regions": [
"eu-central-1",
"ap-southeast-1"
]
}
}
}