mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 05:55:11 +00:00
- Added 32 JSON metadata files for all AI coding tools - Generated 39 REST API endpoints for programmatic access - Created working examples in Python, JavaScript, and PowerShell - Set up GitHub Actions workflow for automated deployment - Enhanced README with comprehensive feature documentation - Added version comparison and automation tools - Updated 20+ documentation files - Ready for GitHub Pages deployment
18 lines
525 B
JSON
18 lines
525 B
JSON
{
|
|
"name": "repository-scripts",
|
|
"version": "1.0.0",
|
|
"description": "Automation scripts for AI coding tools repository",
|
|
"scripts": {
|
|
"validate": "node scripts/validate.js",
|
|
"analyze": "node scripts/analyze.js",
|
|
"check-duplicates": "node scripts/check-duplicates.js",
|
|
"all": "npm run validate && npm run analyze && npm run check-duplicates"
|
|
},
|
|
"keywords": [
|
|
"ai",
|
|
"prompts",
|
|
"automation"
|
|
],
|
|
"author": "sahiixx",
|
|
"license": "GPL-3.0"
|
|
} |