namespace Needle.Engine { public static class NpmCommands { public const string SetDefaultNpmRegistry = "npm set registry https://registry.npmjs.org"; } }