-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.15 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
{
"name": "shuozhao-academic-skills",
"version": "1.6.6",
"description": "Academic research enhancement skills for Claude Code: literature search, paper extraction, figure processing, HTML reports, PPT generation, review writing, and Zotero integration",
"main": "index.js",
"type": "module",
"keywords": [
"claude",
"skills",
"academic",
"research",
"ppt",
"literature",
"data-extraction",
"zotero",
"html",
"presentation",
"paper-to-html"
],
"author": "shuozhao",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ShZhao27208/Aut_Sci_Write.git"
},
"bugs": {
"url": "https://github.com/ShZhao27208/Aut_Sci_Write/issues"
},
"homepage": "https://github.com/ShZhao27208/Aut_Sci_Write#readme",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "python -m unittest discover -s tests -p test_*.py",
"postinstall": "node init-env.js",
"prepare": "node init-env.js",
"prepack": "node init-env.js",
"init-env": "node init-env.js"
},
"bin": {
"skills-cli": "skills-cli.js",
"aut-sci-write-init-env": "init-env.js"
}
}