Files
cs249r_book/design-grammar/package.json
dependabot[bot] 1cdbfadb48 build(deps): bump js-yaml from 4.1.1 to 4.2.0 in /design-grammar (#1882)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/commits)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.2.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-16 21:06:32 -04:00

16 lines
471 B
JSON

{
"name": "@mlsysbook/design-grammar",
"version": "0.2.0",
"private": true,
"description": "Build scripts for the ML Systems Design Grammar parts catalog. grammar.yml is the source of truth; build-html and validate consume it.",
"type": "module",
"scripts": {
"build": "node scripts/build-html.mjs",
"validate": "node scripts/validate.mjs",
"migrate": "node scripts/migrate-html-to-yaml.mjs"
},
"dependencies": {
"js-yaml": "^4.2.0"
}
}