UNPKG

ccexp

Version:

CLI tool for exploring and managing Claude Code settings and slash commands

63 lines 1.41 kB
{ "name": "ccexp", "type": "module", "version": "4.0.0", "description": "CLI tool for exploring and managing Claude Code settings and slash commands", "author": "nyatinte <takumi.062757@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/nyatinte/ccexp.git" }, "homepage": "https://github.com/nyatinte/ccexp#readme", "bugs": { "url": "https://github.com/nyatinte/ccexp/issues" }, "keywords": [ "claude", "claude-code", "cli", "command-line", "cli-tool", "terminal", "file-explorer", "file-browser", "tui", "claude-md", "claude-config", "slash-commands", "developer-tools", "ccexp" ], "engines": { "node": ">=20.19.3" }, "exports": { ".": "./dist/index.js" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "bin": "./dist/index.js", "files": [ "dist" ], "dependencies": { "@inkjs/ui": "^2.0.0", "clipboardy": "^4.0.0", "commander": "^14.0.0", "es-toolkit": "^1.39.7", "fdir": "^6.4.6", "gray-matter": "^4.0.3", "ink": "^6.0.1", "ink-big-text": "^2.0.0", "ink-gradient": "^3.0.0", "marked": "^16.0.0", "marked-terminal": "^7.3.0", "open": "^10.2.0", "open-editor": "^5.1.0", "react": "^19.1.0", "ts-pattern": "^5.7.1", "zod": "^4.0.5" } }