Files
aj-geddes daf10028db Fix markdown formatting across all repository files using prettier
Applied prettier formatting to 185 markdown files to resolve excessive
code block usage and improve markdown consistency. This addresses the
formatting issues with overuse of ``` blocks that should be regular
markdown tables, headers, and lists.

Key improvements:
- Standardized markdown table formatting
- Proper header and list structure
- Maintained code blocks only for actual code content
- Improved readability and markdown compliance

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-20 18:38:14 -05:00

27 lines
622 B
JSON

{
"name": "useful-ai-prompts",
"version": "1.0.0",
"description": "## For AI Assistants and Agents",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aj-geddes/useful-ai-prompts.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aj-geddes/useful-ai-prompts/issues"
},
"homepage": "https://github.com/aj-geddes/useful-ai-prompts#readme",
"devDependencies": {
"prettier": "^3.6.2"
}
}