pub fn get_script_command( script_name: &str, package_json_path: &Path, ) -> Result<String, String>
Read script command from package.json. Returns the script string or error.