forked from retorquere/zotero-better-bibtex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
155 lines (155 loc) · 6.22 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
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "zotero-better-bibtex",
"version": "5.2.89",
"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": {
"balance": "./util/balance.py && git add balance.json && git commit -m 're-balance tests'",
"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 setup && npm run lint",
"build": "npm run webpack",
"postbuild": "./util/patch-install-rdf.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",
"jurism": "npm start -- --jurism",
"start": "./test/behave --keep --tags=@none",
"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",
"fix-fixtures": "ts-node ./util/fix-test-fixtures.ts",
"preversion": "npm run docs:prep",
"postversion": "git push --follow-tags",
"running": "ps auxw | grep -i zotero | grep -v grep || true",
"docs:prep": "./setup/readme.py && ./setup/item.py && ./node_modules/.bin/ts-node setup/key-formatter-methods.ts && ./setup/typedoc.py && ./setup/preferences.py",
"docs:serve": "npm run docs:prep && cd site && hugo serve",
"docs:serve:minimal": "cd site && hugo serve",
"docs:deploy": "npm run docs:prep && cd site && hugo --baseURL /zotero-better-bibtex",
"reinstall": "rm -rf node_modules yarn* && npm install",
"test:nightly": "TRAVIS_EVENT_TYPE=cron ./test/behave --tags @nightly",
"submodules": "git submodule update --init --recursive --remote && git submodule foreach git reset --hard && git submodule foreach git checkout master && git submodule foreach git pull origin master",
"ncu": "npm run submodules && ncu -u && npm i && npm audit fix && ./setup/item.py && git add package.json package-lock.json citation-style-language-locales site/themes/learn schema && git commit -m ncu"
},
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@retorquere/bibtex-parser": "^3.2.29",
"@types/lokijs": "^1.5.3",
"ajv": "^6.12.6",
"ajv-keywords": "^3.5.2",
"assert": "^2.0.0",
"barcoder": "^2.0.1",
"citeproc": "^2.4.48",
"edtf": "^3.1.0",
"edtfy": "^0.0.8",
"escape-string-regexp": "^4.0.0",
"eventemitter3": "^4.0.7",
"excel-column-name": "^1.0.1",
"fast-chunk-string": "^1.0.1",
"file-path-filter": "^3.0.2",
"fold-to-ascii": "^5.0.0",
"global": "^4.4.0",
"he": "^1.2.0",
"is-isbn": "^1.1.0",
"js-yaml": "^3.14.0",
"json5": "^2.1.3",
"kuromoji": "^0.1.2",
"kuroshiro": "^1.1.2",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"lokijs": "^1.5.11",
"node-eta": "^0.9.0",
"number-to-words": "^1.2.4",
"parse5": "^6.0.1",
"permutater": "^1.0.2",
"pug": "^3.0.0",
"punycode2": "^1.0.0",
"safe-stable-stringify": "^1.1.1",
"sprintf-js": "^1.1.2",
"string-template": "^1.0.0",
"task-easy": "^1.0.1",
"transliteration": "^2.2.0",
"tslint": "^6.1.3",
"unicode2latex": "^2.1.35",
"util": "^0.12.3",
"words-to-numbers": "^1.5.1",
"xregexp": "^4.4.0"
},
"devDependencies": {
"@types/node": "^14.14.9",
"@types/webpack": "^4.41.25",
"archiver": "^5.1.0",
"bluebird": "^3.7.2",
"circular-dependency-plugin": "^5.2.2",
"clean-webpack-plugin": "^3.0.0",
"current-git-branch": "^1.1.0",
"dedent-js": "^1.0.1",
"deep-cleaner": "^1.2.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"fast-json-patch": "^3.0.0-1",
"find-up": "^5.0.0",
"fs-extra": "^9.0.1",
"github-release-cli": "^2.0.0",
"glob": "^7.1.6",
"ignore-loader": "^0.1.2",
"indent-string": "^4.0.0",
"ini": "^1.3.5",
"jscodeshift": "^0.11.0",
"jsesc": "^3.0.2",
"json.sortify": "^2.2.2",
"loader-utils": "^2.0.0",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"njstrace": "^1.2.0",
"pegjs": "^0.10.0",
"pretty-data": "^0.40.0",
"properties-reader": "^2.1.1",
"rasper": "^0.2.10",
"recast": "^0.20.4",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"rimraf": "^3.0.2",
"shelljs": "^0.8.4",
"ts-loader": "^8.0.11",
"ts-node": "^9.0.0",
"typescript": "^4.1.2",
"uri-templates": "^0.2.0",
"webpack": "^5.6.0",
"webpack-cli": "^4.2.0",
"wrapper-webpack-plugin": "^2.1.0",
"xml-parser": "^1.2.1",
"xmldom": "^0.4.0",
"xpath": "^0.0.32",
"zotero-plugin": "^1.0.32"
},
"repository": {
"type": "git",
"url": "git+https://github.com/retorquere/zotero-better-bibtex.git"
},
"bugs": {
"url": "https://github.com/retorquere/zotero-better-bibtex/issues"
}
}