This package contains shared types and constants that are used by both the client and the server in the Viper Vortex project.
To install this package, use the following command:
npm install @viper-vortex/shared
Import the types and constants from the package and use them in your code. For example:
import { SOCKET_EVENTS, TPS } from '@viper-vortex/shared';