Self hosted wordpress to jekyll

I’m trying to use WordPress — jekyll-import • Import your old & busted site to Jekyll but get such error:

-e:3: syntax error, unexpected tSTRING_BEG, expecting keyword_do or ‘{’ or ‘(’
“dbname” => “db_name”,
^
-e:3: syntax error, unexpected tIDENTIFIER, expecting end-of-input
“dbname” => “db_name”,
^~~~

how to solve it?