-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 988 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 988 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
47
48
{
"name": "@luziadev/skill",
"version": "1.0.1",
"description": "Claude Code skill for real-time cryptocurrency prices from multiple exchanges via Luzia API",
"author": "Luzia <support@luzia.dev>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/luziadev/skill"
},
"homepage": "https://luzia.dev",
"bugs": {
"url": "https://github.com/luziadev/luzia/issues"
},
"keywords": [
"claude-code",
"skill",
"agent-skill",
"cryptocurrency",
"crypto",
"prices",
"bitcoin",
"ethereum",
"trading",
"exchanges",
"binance",
"coinbase",
"kraken",
"bybit",
"okx",
"api",
"websocket",
"real-time"
],
"scripts": {
"postinstall": "node install-skill.js",
"preuninstall": "node uninstall-skill.js"
},
"files": [
"SKILL.md",
".claude-skill.json",
"install-skill.js",
"uninstall-skill.js"
],
"publishConfig": {
"access": "public"
}
}