mirror of
https://github.com/aj-geddes/useful-ai-prompts.git
synced 2026-09-19 01:26:38 +08:00
daf10028db
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>
27 lines
622 B
JSON
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"
|
|
}
|
|
}
|