webstorm-init
Version:
CLI tool to write initial WebStorm settings into a new project
9 lines • 385 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
const pjson_1 = __importDefault(require("pjson"));
exports.version = `v${pjson_1.default.version}`;
//# sourceMappingURL=version.js.map