pub const ASSET_VERSION_FILE: &str = "version.txt";
pub const SCHEMA_PARSER_DIR: &str = "parser";
pub const SCHEMA_PARSER_INDEX: &str = "index.js";
pub const GIT_IGNORE_FILE: &str = ".gitignore";
pub const GIT_IGNORE_CONTENTS: &str = "*\n";
pub const MIN_NODE_VERSION: &str = "v18.0.0";
pub const DOT_ENV_FILE: &str = ".env";