-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 881 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 881 Bytes
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
{
"name": "@orbweva/academy",
"version": "0.3.0",
"description": "One-command installer for ORBWEVA Academy — skills, MCP configs, and CLI tool guidance for Claude Code.",
"type": "module",
"bin": {
"orbweva-academy": "bin/install.js"
},
"files": [
"bin",
"src",
"docs",
"manifest.json",
"README.md",
"README.ja-JP.md",
"README.ko-KR.md",
"LICENSE",
"LICENSE-DOCS",
"CHANGELOG.md",
"CONTRIBUTING.md",
"SECURITY.md"
],
"homepage": "https://github.com/ORBWEVA/academy#readme",
"bugs": {
"url": "https://github.com/ORBWEVA/academy/issues"
},
"keywords": ["orbweva", "academy", "claude-code", "skills"],
"author": "ORBWEVA",
"license": "(MIT AND CC-BY-NC-SA-4.0)",
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/ORBWEVA/academy.git"
}
}