set -l words hypertroop hyperthru hyperspace hyperloop hyperlog hyperbus hyperbot hyperbug hyperbit hypernet hyperweb hyperline hypertron turbox turbotron turbodrive nanobus microbus hyperfiber hyperthread hypertag
set -l last_word morel

for w in $words
   set w (printf "%s\n" $w | awk '{print tolower($0)}')
   awk "{gsub(\"$last_word\",\"$w\"); print}" > _package.json < package.json
   mv _package.json package.json
   npm publish
   set last_word $w
end
