-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
55 lines (55 loc) · 1.55 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
{
"name": "zotero-plugins",
"type": "module",
"version": "0.0.0",
"private": "true",
"description": "Zotero 插件合集",
"author": "northword",
"license": "MIT",
"homepage": "https://github.com/northword/zotero-plugins#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/northword/zotero-plugins.git"
},
"bugs": {
"url": "https://github.com/northword/zotero-plugins/issues"
},
"main": "src/index.js",
"types": "types/index.d.ts",
"scripts": {
"data:info": "tsx src/index.ts fetchPlugins",
"data:chart": "tsx src/index.ts charts",
"debug:info": "cross-env NODE_ENV=development npm run data:info",
"debug:chart": "cross-env NODE_ENV=development npm run data:chart",
"lint:fix": "eslint . --fix",
"lint:check": "eslint .",
"prepare": "husky",
"build": "bash .github/scripts/build.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.0",
"@highcharts/dashboards": "^2.3.0",
"@types/adm-zip": "^0.5.5",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.0.0",
"adm-zip": "^0.5.16",
"consola": "^3.2.3",
"cross-env": "7.0.3",
"es-toolkit": "^1.18.0",
"eslint": "^9.10.0",
"franc-min": "^6.2.0",
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
"highcharts": "^11.4.8",
"husky": "^9.1.6",
"jsonc": "^2.0.0",
"lint-staged": "^15.2.10",
"octokit": "^4.0.2",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
},
"lint-staged": {
"*.*": "eslint --fix"
}
}