-
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) · 817 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 817 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": "@meshsdk/ai-skills",
"version": "1.0.0",
"description": "AI assistant skills for Mesh SDK - Cardano development made easy",
"keywords": [
"cardano",
"blockchain",
"mesh",
"meshsdk",
"agent-skill",
"claude-code",
"cursor",
"codex",
"copilot",
"nft",
"plutus",
"wallet"
],
"author": "MeshJS",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/MeshJS/skills.git"
},
"homepage": "https://meshjs.dev",
"files": [
"mesh-transaction/",
"mesh-wallet/",
"mesh-core-cst/",
"README.md"
],
"exports": {
".": "./README.md",
"./mesh-transaction": "./mesh-transaction/SKILL.md",
"./mesh-wallet": "./mesh-wallet/SKILL.md",
"./mesh-core-cst": "./mesh-core-cst/SKILL.md"
}
}