1 2 3 4 5 6 7 8 9 10 11
{ "private": true, "type": "module", "scripts": { "check:policy": "repopo check", "fix:policy": "repopo check --fix" }, "devDependencies": { "repopo": "^0.9.0" } }