"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.nativeCommandNames = void 0;
const nativeCommandNames = ["opts", "get", "set", "build", "init", "add", "validate", "lint", "analyse", "alias", "info", "serve"];
exports.nativeCommandNames = nativeCommandNames;