|
1 | 1 | { |
2 | | - "name": "@dallay/agentsync", |
3 | | - "version": "1.28.0", |
4 | | - "description": "A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links.", |
5 | | - "author": "Yuniel Acosta <yunielacosta738@gmail.com>", |
6 | | - "license": "MIT", |
7 | | - "publishConfig": { |
8 | | - "access": "public" |
9 | | - }, |
10 | | - "repository": { |
11 | | - "type": "git", |
12 | | - "url": "git+https://github.com/dallay/agentsync.git" |
13 | | - }, |
14 | | - "homepage": "https://github.com/dallay/agentsync#readme", |
15 | | - "bugs": { |
16 | | - "url": "https://github.com/dallay/agentsync/issues" |
17 | | - }, |
18 | | - "keywords": [ |
19 | | - "ai", |
20 | | - "agents", |
21 | | - "symlink", |
22 | | - "configuration", |
23 | | - "cli", |
24 | | - "claude", |
25 | | - "copilot", |
26 | | - "gemini", |
27 | | - "cursor", |
28 | | - "opencode", |
29 | | - "mcp", |
30 | | - "mcp-server" |
31 | | - ], |
32 | | - "bin": { |
33 | | - "agentsync": "lib/index.js" |
34 | | - }, |
35 | | - "main": "lib/index.js", |
36 | | - "files": [ |
37 | | - "lib" |
38 | | - ], |
39 | | - "scripts": { |
40 | | - "test": "pnpm run typecheck", |
41 | | - "typecheck": "tsc --noEmit", |
42 | | - "build": "tsc", |
43 | | - "clean": "node -e \"require('fs').rmSync('lib', {recursive: true, force: true})\"", |
44 | | - "prepublishOnly": "npm run build" |
45 | | - }, |
46 | | - "devDependencies": { |
47 | | - "@types/node": "^24.1.0", |
48 | | - "typescript": "^5.9.3" |
49 | | - }, |
50 | | - "optionalDependencies": { |
51 | | - "@dallay/agentsync-linux-x64": "1.28.0", |
52 | | - "@dallay/agentsync-linux-arm64": "1.28.0", |
53 | | - "@dallay/agentsync-darwin-x64": "1.28.0", |
54 | | - "@dallay/agentsync-darwin-arm64": "1.28.0", |
55 | | - "@dallay/agentsync-windows-x64": "1.28.0", |
56 | | - "@dallay/agentsync-windows-arm64": "1.28.0" |
57 | | - }, |
58 | | - "engines": { |
59 | | - "node": ">=18" |
60 | | - } |
| 2 | + "name": "@dallay/agentsync", |
| 3 | + "version": "1.28.0", |
| 4 | + "description": "A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links.", |
| 5 | + "author": "Yuniel Acosta <yunielacosta738@gmail.com>", |
| 6 | + "license": "MIT", |
| 7 | + "publishConfig": { |
| 8 | + "access": "public" |
| 9 | + }, |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "git+https://github.com/dallay/agentsync.git" |
| 13 | + }, |
| 14 | + "homepage": "https://github.com/dallay/agentsync#readme", |
| 15 | + "bugs": { |
| 16 | + "url": "https://github.com/dallay/agentsync/issues" |
| 17 | + }, |
| 18 | + "keywords": [ |
| 19 | + "ai", |
| 20 | + "agents", |
| 21 | + "symlink", |
| 22 | + "configuration", |
| 23 | + "cli", |
| 24 | + "claude", |
| 25 | + "copilot", |
| 26 | + "gemini", |
| 27 | + "cursor", |
| 28 | + "opencode", |
| 29 | + "mcp", |
| 30 | + "mcp-server" |
| 31 | + ], |
| 32 | + "bin": { |
| 33 | + "agentsync": "lib/index.js" |
| 34 | + }, |
| 35 | + "main": "lib/index.js", |
| 36 | + "files": [ |
| 37 | + "lib" |
| 38 | + ], |
| 39 | + "scripts": { |
| 40 | + "test": "pnpm run typecheck", |
| 41 | + "typecheck": "tsc --noEmit", |
| 42 | + "build": "tsc", |
| 43 | + "clean": "node -e \"require('fs').rmSync('lib', {recursive: true, force: true})\"", |
| 44 | + "prepublishOnly": "npm run build" |
| 45 | + }, |
| 46 | + "devDependencies": { |
| 47 | + "@types/node": "^24.1.0", |
| 48 | + "typescript": "^5.9.3" |
| 49 | + }, |
| 50 | + "optionalDependencies": { |
| 51 | + "@dallay/agentsync-linux-x64": "1.28.0", |
| 52 | + "@dallay/agentsync-linux-arm64": "1.28.0", |
| 53 | + "@dallay/agentsync-darwin-x64": "1.28.0", |
| 54 | + "@dallay/agentsync-darwin-arm64": "1.28.0", |
| 55 | + "@dallay/agentsync-windows-x64": "1.28.0", |
| 56 | + "@dallay/agentsync-windows-arm64": "1.28.0" |
| 57 | + }, |
| 58 | + "engines": { |
| 59 | + "node": ">=18" |
| 60 | + } |
61 | 61 | } |
0 commit comments