{ "name": "pkg-a", "scripts": { "build": "echo \"Building at the speed of Turbo.\" > output-file.txt && cat output-file.txt", "lint": "echo \"Linted!\"", "check-types": "echo \"Types checked!\"" }, "dependencies": { "tooling-config": "workspace:*" } }