explain-me
Version:
A local CLI tool to explain source code using LLaMA models powered by llama.cpp
33 lines (32 loc) • 666 B
JSON
{
"name": "explain-me",
"version": "1.0.8",
"description": "A local CLI tool to explain source code using LLaMA models powered by llama.cpp",
"main": "index.js",
"scripts": {
"test": "echo \"No tests yet\" && exit 0"
},
"keywords": [
"cli",
"llama",
"code explanation",
"llm",
"local-ai"
],
"author": "barbozaa",
"license": "MIT",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/barbozaa/explain-me.git"
},
"files": [
"bin/",
"index.js"
],
"homepage": "https://github.com/barbozaa/explain-me",
"bin": {
"explain-me": "./index.js"
},
"node": ">=18.0.0"
}