mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-17 08:28:07 -05:00
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>
16 lines
471 B
JSON
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"
|
|
}
|
|
}
|