llms-generator
Version:
Generate llms.txt and llms-full.txt files from a JSON file.
24 lines (23 loc) • 519 B
JSON
{
"name": "llms-generator",
"version": "1.0.5",
"description": "Generate llms.txt and llms-full.txt files from a JSON file.",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "mocha"
},
"keywords": [
"llms",
"api-docs",
"sdk-docs",
"generator"
],
"author": "Your Name",
"license": "MIT",
"devDependencies": {
"chai": "^4.5.0",
"mocha": "^10.8.2",
"supertest": "^6.1.6"
}
}