UNPKG

codereg

Version:

A CLI tool for copying and managing source code directly from GitHub repositories, perfect for modern React UI libraries and custom code management.

62 lines (61 loc) 1.47 kB
{ "name": "codereg", "version": "1.4.0", "author": "onepercman", "description": "A CLI tool for copying and managing source code directly from GitHub repositories, perfect for modern React UI libraries and custom code management.", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/onepercman/codereg" }, "bugs": { "url": "https://github.com/onepercman/codereg/issues" }, "homepage": "https://github.com/onepercman/codereg", "keywords": [ "codereg", "github", "source-code", "react", "ui-libraries", "cli", "code-management", "development-tools" ], "bin": { "codereg": "./dist/index.js" }, "files": [ "dist" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsup", "dev": "tsup --watch", "start": "node dist/index.js", "test": "jest", "prepublishOnly": "npm run build" }, "dependencies": { "chalk": "^5.4.1", "commander": "^14.0.0", "compare-versions": "^6.1.1", "cosmiconfig": "^9.0.0", "execa": "^9.6.0", "jsonata": "^2.0.6", "lru-cache": "^11.1.0", "ora": "^8.2.0", "prompts": "^2.4.2", "rimraf": "^6.0.1", "zod": "^3.25.67" }, "devDependencies": { "@types/node": "^24.0.3", "@types/prompts": "^2.4.9", "prettier": "^3.4.2", "prettier-plugin-organize-imports": "^4.1.0", "tsup": "^8.3.0", "typescript": "^5.6.3" } }