code-contextify
Version:
Transform entire codebases into AI-ready context. Perfect for LLM prompting, code documentation, and project analysis.
40 lines (39 loc) • 951 B
JSON
{
"name": "code-contextify",
"version": "1.0.4",
"description": "Transform entire codebases into AI-ready context. Perfect for LLM prompting, code documentation, and project analysis.",
"main": "index.js",
"bin": {
"code-contextify": "./cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ElvinEga/code-contextify.git"
},
"keywords": [
"folder",
"text",
"conversion",
"ai",
"llm",
"documentation",
"project-analysis"
],
"author": "Nidal Siddique Oritro",
"license": "MIT AND Commons Clause",
"dependencies": {
"commander": "^12.1.0",
"fs-extra": "^11.2.0",
"ignore": "^7.0.5"
},
"bugs": {
"url": "https://github.com/ElvinEga/code-contextify/issues"
},
"homepage": "https://github.com/ElvinEga/code-contextify#readme",
"engines": {
"node": ">=14.0.0"
}
}