UNPKG

force-package-manager

Version:

A Command Line Tool to avoid that different team members use different package managers by accident, and therefor mess up your repository.

12 lines (11 loc) 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.lockfileMapping = void 0; exports.lockfileMapping = { npm: "package-lock.json", "yarn-classic": "yarn.lock", "yarn-berry": "yarn.lock", pnpm: "pnpm-lock.yaml", bun: "bun.lockb", unknown: "unknown", };