UNPKG

codesyncer

Version:

AI-powered multi-repository collaboration system - Works with Claude Code, Cursor, GitHub Copilot, and more

74 lines (73 loc) 1.83 kB
{ "name": "codesyncer", "version": "2.2.3", "description": "AI-powered multi-repository collaboration system - Works with Claude Code, Cursor, GitHub Copilot, and more", "keywords": [ "ai-collaboration", "claude-code", "cursor", "github-copilot", "multi-repo", "developer-tools", "cli", "ai-assistant", "code-documentation", "codesyncer" ], "main": "dist/index.js", "bin": { "codesyncer": "./bin/codesyncer.js" }, "scripts": { "build": "tsc && npm run copy-templates", "copy-templates": "mkdir -p dist/templates && cp -r src/templates/* dist/templates/", "dev": "tsc --watch", "prepublishOnly": "npm run build", "test": "echo \"No tests yet\" && exit 0", "lint": "eslint src/**/*.ts" }, "files": [ "dist", "bin", "src/templates", "README.md", "README.ko.md", "LICENSE" ], "repository": { "type": "git", "url": "https://github.com/bitjaru/codesyncer.git" }, "bugs": { "url": "https://github.com/bitjaru/codesyncer/issues" }, "homepage": "https://github.com/bitjaru/codesyncer#readme", "author": { "name": "bitjaru", "email": "bitjaru0402@naver.com", "url": "https://github.com/bitjaru" }, "license": "SEE LICENSE IN LICENSE", "dependencies": { "chalk": "^4.1.2", "commander": "^11.1.0", "inquirer": "^8.2.6", "ora": "^5.4.1", "fs-extra": "^11.2.0" }, "devDependencies": { "@types/inquirer": "^9.0.7", "@types/node": "^20.10.0", "@types/fs-extra": "^11.0.4", "typescript": "^5.3.2", "@types/jest": "^29.5.11", "jest": "^29.7.0", "ts-jest": "^29.1.1", "eslint": "^8.56.0", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0" }, "engines": { "node": ">=14.0.0" } }