-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.6 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "aide-skill-manager",
"version": "0.1.13",
"description": "Zero-dependency CLI to scan, recommend, deduplicate, audit, and visualize AIDE skills and MCP servers.",
"type": "module",
"bin": {
"skm": "bin/skm.js"
},
"files": [
"bin",
"src",
"benchmarks",
"integrations",
"scripts",
"docs/*.md",
"docs/demo.png",
"docs/demo.en.png",
"docs/demo.en.gif",
"docs/demo.zh-CN.gif",
"docs/web-dashboard.en.png",
"docs/web-dashboard.zh-CN.png",
"docs/graphic.png",
"docs/logo.svg",
"docs/logo.png",
"docs/logo-mark.svg",
"docs/logo-mark.png",
"docs/comic-*.jpg",
"CONTRIBUTING.md",
"CONTRIBUTING.en.md",
"SECURITY.md",
"CODE_OF_CONDUCT.md",
"CHANGELOG.md",
"README.md",
"README.zh-CN.md",
"LICENSE"
],
"scripts": {
"setup": "node scripts/install.mjs",
"skill:release:prepare": "node scripts/prepare-skill-release.mjs",
"benchmark:recommend": "node scripts/benchmark-recommend.mjs",
"check": "node scripts/check-syntax.mjs",
"test": "node --test"
},
"keywords": [
"claude-code",
"codex",
"mcp",
"skill",
"cli",
"aide",
"ai-tools",
"agent",
"knowledge-graph",
"skill-management",
"codex-cli",
"zero-dependencies"
],
"author": "Li_Js",
"license": "MIT",
"homepage": "https://github.com/GrubbyLee/skill-manager",
"repository": {
"type": "git",
"url": "git+https://github.com/GrubbyLee/skill-manager.git"
},
"bugs": {
"url": "https://github.com/GrubbyLee/skill-manager/issues"
},
"engines": {
"node": ">=18"
}
}