-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.62 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
67
68
{
"name": "@launchmystore/claude-skill",
"version": "1.1.1",
"description": "LaunchMyStore universal agent skill (SKILL.md open standard) — works in Claude Code, Claude.ai, the Claude API, OpenAI Codex, Cursor, Gemini CLI, Windsurf, Antigravity, Aider, OpenCode, and any other SKILL.md-compatible host. Natural-language router for the LaunchMyStore CLI, App Bridge SDK, WASM Functions, Aqua themes, and the LaunchMyStore MCP server (130+ merchant-store tools).",
"bin": {
"launchmystore-skill-install": "./bin/install.js"
},
"files": [
"SKILL.md",
"references",
"examples",
"bin",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"scripts": {
"postinstall": "node ./bin/install.js"
},
"engines": {
"node": ">=16.0.0"
},
"license": "MIT",
"author": "LaunchMyStore <support@launchmystore.io>",
"homepage": "https://github.com/LaunchMyStore/skill",
"repository": {
"type": "git",
"url": "git+https://github.com/LaunchMyStore/skill.git"
},
"bugs": {
"url": "https://github.com/LaunchMyStore/skill/issues",
"email": "support@launchmystore.io"
},
"keywords": [
"skill",
"agent-skill",
"skill-md",
"agentskills",
"claude",
"claude-code",
"claude-skill",
"claude-ai",
"openai",
"openai-codex",
"codex",
"cursor",
"gemini",
"gemini-cli",
"windsurf",
"antigravity",
"aider",
"opencode",
"openclaw",
"kilo-code",
"augment",
"hermes",
"mistral-vibe",
"launchmystore",
"lms",
"ecommerce",
"storefront",
"cli",
"app-bridge",
"mcp",
"aqua",
"liquid"
]
}