unifai 2.0.1 → 2.0.2

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/dist/cli.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,78 +1,78 @@
1
- {
2
- "name": "unifai",
3
- "version": "2.0.1",
4
- "description": "Install AI agent skills from Git repositories. Supports 15+ agents including Antigravity, Cursor, Claude Code, OpenCode, GitHub Copilot, and more.",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "bin": {
9
- "unifai": "./dist/cli.js"
10
- },
11
- "files": [
12
- "dist",
13
- "skills",
14
- "README.md",
15
- "LICENSE"
16
- ],
17
- "scripts": {
18
- "build": "bun run build.ts",
19
- "build:standalone": "bun build src/cli.ts --compile --outfile dist/unifai",
20
- "build:standalone:all": "bun run build:standalone:windows && bun run build:standalone:linux && bun run build:standalone:macos",
21
- "build:standalone:windows": "bun build src/cli.ts --compile --target=bun-windows-x64 --outfile dist/bin/unifai-windows-x64.exe",
22
- "build:standalone:linux": "bun build src/cli.ts --compile --target=bun-linux-x64 --outfile dist/bin/unifai-linux-x64",
23
- "build:standalone:macos": "bun build src/cli.ts --compile --target=bun-darwin-x64 --outfile dist/bin/unifai-darwin-x64",
24
- "dev": "bun src/cli.ts",
25
- "dev:watch": "bun --watch src/cli.ts",
26
- "test": "bun run dist/cli.js list-agents",
27
- "test:dev": "bun src/cli.ts list-agents",
28
- "typecheck": "tsc --noEmit",
29
- "prepublishOnly": "bun run build"
30
- },
31
- "keywords": [
32
- "ai",
33
- "agent",
34
- "skills",
35
- "claude-code",
36
- "cursor",
37
- "opencode",
38
- "antigravity",
39
- "github-copilot",
40
- "copilot",
41
- "codex",
42
- "windsurf",
43
- "roo-code",
44
- "assistant",
45
- "llm",
46
- "coding-assistant",
47
- "best-practices",
48
- "git",
49
- "cli",
50
- "bun"
51
- ],
52
- "author": "Agent Skills Community",
53
- "license": "MIT",
54
- "repository": {
55
- "type": "git",
56
- "url": "https://github.com/yourusername/agent-skills.git"
57
- },
58
- "bugs": {
59
- "url": "https://github.com/yourusername/agent-skills/issues"
60
- },
61
- "homepage": "https://github.com/yourusername/agent-skills#readme",
62
- "dependencies": {
63
- "@clack/prompts": "^0.9.1",
64
- "chalk": "^5.4.1",
65
- "commander": "^13.1.0",
66
- "gray-matter": "^4.0.3",
67
- "simple-git": "^3.27.0"
68
- },
69
- "devDependencies": {
70
- "@types/bun": "^1.1.0",
71
- "@types/node": "^22.10.0",
72
- "typescript": "^5.7.2"
73
- },
74
- "engines": {
75
- "node": ">=18.0.0",
76
- "bun": ">=1.0.0"
77
- }
78
- }
1
+ {
2
+ "name": "unifai",
3
+ "version": "2.0.2",
4
+ "description": "Install AI agent skills from Git repositories. Supports 15+ agents including Antigravity, Cursor, Claude Code, OpenCode, GitHub Copilot, and more.",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "bin": {
9
+ "unifai": "./dist/cli.js"
10
+ },
11
+ "files": [
12
+ "dist",
13
+ "skills",
14
+ "README.md",
15
+ "LICENSE"
16
+ ],
17
+ "scripts": {
18
+ "build": "bun run build.ts",
19
+ "build:standalone": "bun build src/cli.ts --compile --outfile dist/unifai",
20
+ "build:standalone:all": "bun run build:standalone:windows && bun run build:standalone:linux && bun run build:standalone:macos",
21
+ "build:standalone:windows": "bun build src/cli.ts --compile --target=bun-windows-x64 --outfile dist/bin/unifai-windows-x64.exe",
22
+ "build:standalone:linux": "bun build src/cli.ts --compile --target=bun-linux-x64 --outfile dist/bin/unifai-linux-x64",
23
+ "build:standalone:macos": "bun build src/cli.ts --compile --target=bun-darwin-x64 --outfile dist/bin/unifai-darwin-x64",
24
+ "dev": "bun src/cli.ts",
25
+ "dev:watch": "bun --watch src/cli.ts",
26
+ "test": "bun run dist/cli.js list-agents",
27
+ "test:dev": "bun src/cli.ts list-agents",
28
+ "typecheck": "tsc --noEmit",
29
+ "prepublishOnly": "bun run build"
30
+ },
31
+ "keywords": [
32
+ "ai",
33
+ "agent",
34
+ "skills",
35
+ "claude-code",
36
+ "cursor",
37
+ "opencode",
38
+ "antigravity",
39
+ "github-copilot",
40
+ "copilot",
41
+ "codex",
42
+ "windsurf",
43
+ "roo-code",
44
+ "assistant",
45
+ "llm",
46
+ "coding-assistant",
47
+ "best-practices",
48
+ "git",
49
+ "cli",
50
+ "bun"
51
+ ],
52
+ "author": "Agent Skills Community",
53
+ "license": "MIT",
54
+ "repository": {
55
+ "type": "git",
56
+ "url": "https://github.com/includeHasan/unifai.git"
57
+ },
58
+ "bugs": {
59
+ "url": "https://github.com/includeHasan/unifai/issues"
60
+ },
61
+ "homepage": "https://github.com/includeHasan/unifai#readme",
62
+ "dependencies": {
63
+ "@clack/prompts": "^0.9.1",
64
+ "chalk": "^5.4.1",
65
+ "commander": "^13.1.0",
66
+ "gray-matter": "^4.0.3",
67
+ "simple-git": "^3.27.0"
68
+ },
69
+ "devDependencies": {
70
+ "@types/bun": "^1.1.0",
71
+ "@types/node": "^22.10.0",
72
+ "typescript": "^5.7.2"
73
+ },
74
+ "engines": {
75
+ "node": ">=18.0.0",
76
+ "bun": ">=1.0.0"
77
+ }
78
+ }