fnspm
Version:
A unified command-line interface for managing packages across multiple package managers (npm, yarn, pnpm, bun, and deno) with macOS optimization for iCloud sync and automatic package manager detection.
19 lines (18 loc) • 421 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultConfig = void 0;
exports.defaultConfig = {
packageManager: {
default: "npm",
detection: "auto",
},
symlink: {
enabled: true,
addToGitIgnore: true,
nosyncName: "node_modules.nosync",
},
debug: {
verbose: false,
},
};
exports.default = exports.defaultConfig;