1 2 3 4 5 6 7 8 9 10
{ "devDependencies": { "jest": "^29.7.0", "peggy": "^3.0.2", "typescript": "^5.3.3" }, "scripts": { "test": "jest" } }