UNPKG

context-crystallizer

Version:

AI Crystallization Engineering for Large Repositories - Transform massive repositories into crystallized, AI-consumable knowledge through systematic analysis and optimization. Crystallization extracts meaningful context from any readable files.

93 lines (92 loc) 2.41 kB
{ "name": "context-crystallizer", "version": "1.1.10", "description": "AI Crystallization Engineering for Large Repositories - Transform massive repositories into crystallized, AI-consumable knowledge through systematic analysis and optimization. Crystallization extracts meaningful context from any readable files.", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "context-crystallizer": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "lint": "eslint . --ext .ts,.tsx", "typecheck": "tsc --noEmit", "prepare": "npm run build", "prepublishOnly": "npm run build", "clean": "rm -rf dist", "dev:mcp": "tsx src/index.ts" }, "keywords": [ "mcp", "ai", "crystallization-engineering", "llm", "repository-analysis", "ai-agents", "claude", "anthropic", "knowledge-extraction", "context-crystallization", "semantic-search", "token-optimization", "enterprise-repositories", "ai-workflows" ], "author": { "name": "Hubert Ciebiada", "email": "hubert.ciebiada@gmail.com", "url": "https://github.com/hciebiada" }, "contributors": [ { "name": "Claude (Anthropic AI)", "email": "noreply@anthropic.com", "url": "https://claude.ai" } ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "chalk": "^5.3.0", "commander": "^12.1.0", "glob": "^11.0.0", "ignore": "^6.0.2", "minimatch": "^10.0.1", "p-limit": "^6.2.0", "p-queue": "^8.0.1", "picomatch": "^4.0.2" }, "devDependencies": { "@eslint/js": "^9.17.0", "@types/glob": "^8.1.0", "@types/node": "^22.10.2", "@typescript-eslint/eslint-plugin": "^8.19.0", "@typescript-eslint/parser": "^8.19.0", "eslint": "^9.17.0", "tsx": "^4.19.2", "typescript": "^5.7.2" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "README.md", "LICENSE.md", "CONTRIBUTING.md" ], "repository": { "type": "git", "url": "https://github.com/hciebiada/context-crystallizer.git" }, "bugs": { "url": "https://github.com/hciebiada/context-crystallizer/issues" }, "homepage": "https://github.com/hciebiada/context-crystallizer#readme", "publishConfig": { "access": "public" } }