"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const path = require("path");
const LAYOUT_VERSION = '1';
async function default_1(args, opts, command) {
console.log(path.join(opts.prefix, 'node_modules'));
}
exports.default = default_1;