mirror of
https://github.com/System-End/YSWS-Catalog.git
synced 2026-04-20 00:25:29 +00:00
- 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
14 lines
342 B
JSON
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"
|
|
}
|