YSWS-Catalog/package.json
Rushil 6d63bc9bc8 Final repository review and cleanup
- Fixed missing descriptions for Rube Goldburg YSWS and Aquarium
- Regenerated JSON API to match updated YAML structure
- All validation checks now pass with no issues
- Repository is in excellent condition with 147 total entries and 14 active programs
2025-09-13 06:41:56 +00:00

14 lines
342 B
JSON

{
"name": "ysws-catalog",
"version": "1.0.0",
"description": "A catalog of Hack Club's You Ship, We Ship programs",
"scripts": {
"generate": "node generate-json.js && node generate-rss.js",
"validate": "node validateDates.js"
},
"dependencies": {
"js-yaml": "^4.1.0"
},
"author": "Hack Club",
"license": "MIT"
}