skillfoxx 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "skillfoxx",
3
+ "version": "0.1.0",
4
+ "description": "Установка скиллов, MCP-серверов и CLI из каталога SkillFoxx в Claude Code, Cursor, Codex и другие агенты",
5
+ "type": "module",
6
+ "bin": { "skillfoxx": "dist/cli.js" },
7
+ "files": ["dist/cli.js", "dist/THIRD_PARTY_LICENSES.txt", "README.md", "README.en.md", "LICENSE"],
8
+ "engines": { "node": ">=18.18" },
9
+ "license": "MIT",
10
+ "homepage": "https://skillfoxx.ru/developers",
11
+ "keywords": ["mcp", "skills", "claude-code", "cursor", "codex", "ai-agents", "installer"],
12
+ "scripts": { "prepublishOnly": "node build.mjs" }
13
+ }