export type Game = "bst" export const game: Game = "bst" export const version: string = "0.1.0"