This is just a glossary of terms used in the space industry.
They are taken from here
// Import the glossary (an array of strings: string[])
import { spaceRocketGlossary, randomTermFromSpaceRocketGlossary } from 'space-rocket-glossary';
// Do whatever you want with it...
const firstSpaceRocketTitle = spaceRocketGlossary[0]; // first item in the glossary (i.e. "AACS")
const randomSpaceRocketTitle = randomTermFromSpaceRocketGlossary; // random item in the glossary
npm i space-rocket-glossary
yarn add space-rocket-glossary
pnpm i space-rocket-glossary