-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 941 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 941 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
38
39
40
41
42
43
44
45
46
{
"name": "@learnaihubc/learn-deck",
"version": "0.1.1",
"description": "Let AI create PPTs in one click and turn knowledge into polished, editable learning decks.",
"bin": {
"learn-deck": "bin/install.mjs"
},
"files": [
"SKILL.md",
"README.md",
"README.en.md",
"README.zh-CN.md",
"LICENSE.txt",
"agents",
"assets",
"bin",
"examples",
"scripts",
"templates"
],
"keywords": [
"codex",
"skill",
"ai",
"ppt",
"presentation",
"learning",
"deck"
],
"repository": {
"type": "git",
"url": "git+https://github.com/LearnAIHubC/LearnDeck.git"
},
"bugs": {
"url": "https://github.com/LearnAIHubC/LearnDeck/issues"
},
"homepage": "https://github.com/LearnAIHubC/LearnDeck#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"engines": {
"node": ">=18"
}
}