{ "name": "@mlsysbook/periodic-table", "version": "0.2.0", "private": true, "description": "Build scripts for the Periodic Table of ML Systems. table.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.1.1" } }