@shockpkg/core
Version:
shockpkg core
10 lines (9 loc) • 483 B
TypeScript
export declare const PACKAGES_URL = "https://shockpkg.github.io/packages/api/1/packages.json";
export declare const PACKAGES_FILE = "packages.json";
export declare const PACKAGE_FILE = "package.json";
export declare const PATH_ENV = "SHOCKPKG_PATH";
export declare const PACKAGES_URL_ENV = "SHOCKPKG_PACKAGES_URL";
export declare const MAIN_DIR = "shockpkg";
export declare const META_DIR = ".shockpkg";
export declare const TEMP_DIR = "tmp";
export declare const TEMP_EXT = ".tmp";