llm-gen
Version:
A CLI tool to extract text from a static Next.js export and generate llm.txt for LLM ingestion.
82 lines (81 loc) • 1.81 kB
JSON
{
"name": "llm-gen",
"version": "1.0.3",
"description": "A CLI tool to extract text from a static Next.js export and generate llm.txt for LLM ingestion.",
"main": "index.js",
"bin": {
"llm-gen": "./index.js"
},
"scripts": {
"start": "node index.js",
"build": "node index.js ./out",
"dev": "node --watch index.js ./out",
"lint": "eslint . --ext .js,.mjs",
"format": "prettier --write ."
},
"keywords": [
"llm",
"cli",
"nextjs",
"static-site",
"content-extraction",
"html-to-text",
"ai",
"nlp",
"text-processing",
"data-extraction",
"file-parser",
"markdown",
"text-cleaning",
"knowledge-base",
"search-indexing",
"openai",
"document-processing",
"web-scraping",
"automation",
"developer-tools",
"command-line-tool",
"javascript",
"nodejs",
"text-generation",
"text-analysis",
"text-mining",
"text-analytics",
"text-summarization",
"text-extraction",
"text-processing-tool",
"text-formatter",
"text-cleaner",
"text-processor",
"AgeCoder",
"vedantnavale",
"vedantnavale45",
"Aligthage"
],
"author": {
"name": "Vedant Navale (AgeCoder)",
"email": "vedantnavale45@gmail.com",
"url": "https://github.com/Agecoder"
},
"repository": {
"type": "git",
"url": "https://github.com/AgeCoder/llm-gen.git"
},
"bugs": {
"url": "https://github.com/AgeCoder/llm-gen/issues"
},
"homepage": "https://github.com/Agecoder/llm-gen#readme",
"license": "MIT",
"type": "module",
"dependencies": {
"cheerio": "^1.1.0",
"fs-extra": "^11.3.1",
"glob": "^11.0.3",
"p-limit": "^6.2.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"eslint": "^9.12.0",
"prettier": "^3.3.3"
}
}