{ "private": true, "type": "module", "scripts": { "pull": "node ./scripts/pull-lexicons.js", "pull:bluemoji": "node ./scripts/pull-bluemoji-lexicons.js", "pull:frontpage": "node ./scripts/pull-frontpage-lexicons.js", "pull:leaflet": "node ./scripts/pull-leaflet-lexicons.js", "pull:lexcom": "node ./scripts/pull-lexcom-lexicons.js", "pull:tangled": "node ./scripts/pull-tangled-lexicons.js", "pull:whtwnd": "node ./scripts/pull-whtwnd-lexicons.js", "fmt": "PRETTIER_EXPERIMENTAL_CLI=1 prettier --cache --write ." }, "devDependencies": { "@changesets/cli": "^2.29.5", "@mary/tar": "jsr:^0.3.1", "@mitata/counters": "^0.0.8", "mitata": "^1.0.34", "pkg-size-report": "workspace:^", "prettier": "^3.6.2", "typescript": "~5.8.3" } }