-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 967 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 967 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
{
"name": "@coinmarketman/hypertracker-skills",
"version": "0.1.0",
"description": "AI assistant skill files for the HyperTracker API — cohort analytics, order flow, liquidation risk, and leaderboard data from Hyperliquid",
"bin": {
"hypertracker-skills": "bin/install.js"
},
"files": [
"bin/",
"SKILL.md",
"AGENTS.md",
".cursorrules",
"copilot-instructions.md",
"hypertracker-skill-generic.md",
"README.md"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"hyperliquid",
"trading",
"ai-skills",
"claude",
"cursor",
"copilot",
"hypertracker"
],
"author": "Coin Market Manager",
"repository": {
"type": "git",
"url": "git+https://github.com/Coin-Market-Man/hypertracker-skills.git"
},
"homepage": "https://github.com/Coin-Market-Man/hypertracker-skills#readme",
"bugs": {
"url": "https://github.com/Coin-Market-Man/hypertracker-skills/issues"
}
}