-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.48 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
{
"name": "stellarskills",
"version": "1.0.3",
"description": "Stellar Network knowledge engineered specifically for AI agents",
"type": "module",
"bin": {
"stellarskills": "bin/cli.js"
},
"files": [
"bin",
".claude-plugin",
"README.md",
"SKILL.md",
"accounts/SKILL.md",
"anchors/SKILL.md",
"assets/SKILL.md",
"dex/SKILL.md",
"fees/SKILL.md",
"frontend/SKILL.md",
"horizon/SKILL.md",
"local-node/SKILL.md",
"openzeppelin/SKILL.md",
"operations/SKILL.md",
"rpc/SKILL.md",
"security/SKILL.md",
"seps/SKILL.md",
"soroban/SKILL.md",
"storage/SKILL.md",
"testing/SKILL.md",
"tools/SKILL.md",
"why/SKILL.md",
"x402/SKILL.md",
"mpp/SKILL.md",
"ingest-sdk/SKILL.md",
"zk-proofs/SKILL.md",
"passkeys/SKILL.md",
"state-archival/SKILL.md",
"oracles/SKILL.md",
"stellar-disbursement-platform/SKILL.md",
"privacy/SKILL.md",
"cross-chain/SKILL.md",
"openzeppelin-relayer/SKILL.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ggoldani/stellarskills.git"
},
"keywords": [
"stellar",
"soroban",
"ai",
"agent",
"llm",
"blockchain",
"crypto"
],
"author": "Gustavo Goldani",
"license": "MIT",
"bugs": {
"url": "https://github.com/ggoldani/stellarskills/issues"
},
"homepage": "https://github.com/ggoldani/stellarskills#readme"
}