|
1 | 1 | { |
2 | | - "name": "@donnes/syncode", |
3 | | - "version": "1.1.0", |
4 | | - "description": "Sync AI code agent configs (Claude Code, Cursor, Windsurf, OpenCode) across machines and projects.", |
5 | | - "private": false, |
6 | | - "type": "module", |
7 | | - "bin": { |
8 | | - "syncode": "./dist/index.js" |
9 | | - }, |
10 | | - "main": "./dist/index.js", |
11 | | - "types": "./dist/index.d.ts", |
12 | | - "files": [ |
13 | | - "dist", |
14 | | - "README.md", |
15 | | - "LICENSE" |
16 | | - ], |
17 | | - "scripts": { |
18 | | - "build": "tsup", |
19 | | - "dev": "tsx src/index.ts", |
20 | | - "prepublishOnly": "npm run build", |
21 | | - "check:lint": "biome check . --diagnostic-level=error", |
22 | | - "check:unsafe": "biome check . --write --unsafe --diagnostic-level=error", |
23 | | - "check:types": "bunx tsc --noEmit" |
24 | | - }, |
25 | | - "keywords": [ |
26 | | - "ai-agents", |
27 | | - "claude-code", |
28 | | - "cursor", |
29 | | - "windsurf", |
30 | | - "opencode", |
31 | | - "vscode", |
32 | | - "ai-coding", |
33 | | - "code-agent", |
34 | | - "skill-conversion", |
35 | | - "syncode", |
36 | | - "dotfiles", |
37 | | - "configuration-management", |
38 | | - "developer-tools", |
39 | | - "ai-assistant", |
40 | | - "coding-assistant" |
41 | | - ], |
42 | | - "engines": { |
43 | | - "node": ">=20.0.0" |
44 | | - }, |
45 | | - "repository": { |
46 | | - "type": "git", |
47 | | - "url": "git+https://github.com/donnes/syncode.git" |
48 | | - }, |
49 | | - "bugs": { |
50 | | - "url": "https://github.com/donnes/syncode/issues" |
51 | | - }, |
52 | | - "homepage": "https://github.com/donnes/syncode#readme", |
53 | | - "author": "Donald Silveira", |
54 | | - "license": "MIT", |
55 | | - "dependencies": { |
56 | | - "@clack/prompts": "^0.9.1" |
57 | | - }, |
58 | | - "devDependencies": { |
59 | | - "@biomejs/biome": "^2.3.11", |
60 | | - "@types/bun": "latest", |
61 | | - "@types/node": "^20.0.0", |
62 | | - "tsup": "^8.5.1", |
63 | | - "tsx": "^4.21.0", |
64 | | - "typescript": "^5.7.3" |
65 | | - } |
| 2 | + "name": "@donnes/syncode", |
| 3 | + "version": "1.1.1", |
| 4 | + "description": "Sync AI code agent configs (Claude Code, Cursor, Windsurf, OpenCode) across machines and projects.", |
| 5 | + "private": false, |
| 6 | + "type": "module", |
| 7 | + "bin": { |
| 8 | + "syncode": "./dist/index.js" |
| 9 | + }, |
| 10 | + "main": "./dist/index.js", |
| 11 | + "types": "./dist/index.d.ts", |
| 12 | + "files": [ |
| 13 | + "dist", |
| 14 | + "README.md", |
| 15 | + "LICENSE" |
| 16 | + ], |
| 17 | + "scripts": { |
| 18 | + "build": "tsup", |
| 19 | + "dev": "tsx src/index.ts", |
| 20 | + "prepublishOnly": "npm run build", |
| 21 | + "check:lint": "biome check . --diagnostic-level=error", |
| 22 | + "check:unsafe": "biome check . --write --unsafe --diagnostic-level=error", |
| 23 | + "check:types": "bunx tsc --noEmit" |
| 24 | + }, |
| 25 | + "keywords": [ |
| 26 | + "ai-agents", |
| 27 | + "claude-code", |
| 28 | + "cursor", |
| 29 | + "windsurf", |
| 30 | + "opencode", |
| 31 | + "vscode", |
| 32 | + "ai-coding", |
| 33 | + "code-agent", |
| 34 | + "skill-conversion", |
| 35 | + "syncode", |
| 36 | + "dotfiles", |
| 37 | + "configuration-management", |
| 38 | + "developer-tools", |
| 39 | + "ai-assistant", |
| 40 | + "coding-assistant" |
| 41 | + ], |
| 42 | + "engines": { |
| 43 | + "node": ">=20.0.0" |
| 44 | + }, |
| 45 | + "repository": { |
| 46 | + "type": "git", |
| 47 | + "url": "git+https://github.com/donnes/syncode.git" |
| 48 | + }, |
| 49 | + "bugs": { |
| 50 | + "url": "https://github.com/donnes/syncode/issues" |
| 51 | + }, |
| 52 | + "homepage": "https://github.com/donnes/syncode#readme", |
| 53 | + "author": "Donald Silveira", |
| 54 | + "license": "MIT", |
| 55 | + "dependencies": { |
| 56 | + "@clack/prompts": "^0.9.1" |
| 57 | + }, |
| 58 | + "devDependencies": { |
| 59 | + "@biomejs/biome": "^2.3.11", |
| 60 | + "@types/bun": "latest", |
| 61 | + "@types/node": "^20.0.0", |
| 62 | + "tsup": "^8.5.1", |
| 63 | + "tsx": "^4.21.0", |
| 64 | + "typescript": "^5.7.3" |
| 65 | + } |
66 | 66 | } |
0 commit comments