export const projectRoot = "/tmp/monster";
export const sourcePath = "/tmp/monster/source";
export const developmentPath = "/tmp/monster/development";
export const pnpxBin = "/nix/store/sxw7i3pyw8v1ycw2sph0zq2byh1prrwm-nodejs-20.18.1/bin/npx";
export const nodeBin = "/nix/store/057dsl3wh2q8syy5sis0x9y5dksl63mv-nodejs-23.8.0/bin/node";
export const license = "/**" + "\n" +
    " * Copyright © schukai GmbH and all contributing authors, {{copyRightYear}}. All rights reserved." + "\n" +
    " * Node module: @schukai/monster" + "\n" +
    " *" + "\n" +
    " * This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3)." + "\n" +
    " * The full text of the license can be found at: https://www.gnu.org/licenses/agpl-3.0.en.html" + "\n" +
    " *" + "\n" +
    " * For those who do not wish to adhere to the AGPLv3, a commercial license is available." + "\n" +
    " * Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms." + "\n" +
    " * For more information about purchasing a commercial license, please contact schukai GmbH." + "\n" +
    " */" + "\n\n" ;