UNPKG

@shockpkg/core

Version:
9 lines (8 loc) 443 B
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";