-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.58 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.58 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
{
"name": "scite-zotero-plugin",
"version": "2.0.5",
"description": "Scite Zotero Plugin (V7+)",
"scripts": {
"lint": "eslint . --ext .ts --cache --cache-location .eslintcache/",
"prebuild": "npm run lint",
"build": "tsc --noEmit && node esbuild.js",
"postbuild": "zotero-plugin-zipup build scite-zotero-plugin",
"release": "zotero-plugin-release",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "https://github.com/scitedotai/scite-zotero-plugin.git"
},
"author": {
"name": "ashish uppala",
"email": "hi@scite.ai"
},
"bugs": {
"url": "https://github.com/scitedotai/scite-zotero-plugin/issues"
},
"homepage": "https://github.com/scitedotai/scite-zotero-plugin",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"esbuild": "^0.18.1",
"eslint": "^8.42.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^46.2.6",
"eslint-plugin-prefer-arrow": "^1.2.3",
"mkdirp": "^3.0.1",
"npm-run-all": "^4.1.5",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"zotero-plugin": "^2.0.25",
"zotero-types": "^1.0.15"
},
"xpi": {
"name": "Scite Zotero Plugin (V7+)",
"updateLink": "https://github.com/scitedotai/scite-zotero-plugin/releases/download/v{version}/scite-zotero-plugin-{version}.xpi",
"releaseURL": "https://github.com/scitedotai/scite-zotero-plugin/releases/download/release/",
"bootstrapped": true
}
}