system-prompts-and-models-o.../scripts/package.json
Sahiix@1 13254d7cbf feat: Add metadata system, REST API, examples, and CI/CD pipeline
- 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
2025-10-02 22:23:26 +04:00

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"
}