llmstxt
Version:
convert `sitemap.xml` to `llms.txt`
43 lines (42 loc) • 885 B
JSON
{
"version": "0.9.0",
"name": "llmstxt",
"description": "convert `sitemap.xml` to `llms.txt`",
"author": "@motdotla",
"keywords": [
"llms.txt",
"llms",
"txt"
],
"homepage": "https://github.com/dotenvx/llmstxt",
"repository": {
"type": "git",
"url": "git+https://github.com/dotenvx/llmstxt.git"
},
"license": "BSD-3-Clause",
"files": [
"src/**/*",
"CHANGELOG.md"
],
"bin": {
"llmstxt": "./src/cli/llmstxt.js"
},
"scripts": {
"standard": "standard",
"standard:fix": "standard --fix"
},
"funding": "https://dotenvx.com",
"dependencies": {
"cheerio": "^1.0.0",
"commander": "^11.1.0",
"ora": "^5.4.1",
"picomatch": "^4.0.2",
"replace-in-file": "^8.2.0",
"sitemapper": "^3.2.18",
"turndown": "^7.2.0",
"undici": "^6.21.0"
},
"devDependencies": {
"standard": "^17.1.2"
}
}