UNPKG

452 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.MODEL_FILE = 'schema.json';
4exports.PKG_FILE = 'package.json';
5exports.FLOW_CONFIG_FILE = '.flowconfig';
6exports.FLOW_BIN_VERSION = '^0.47.0';
7exports.default = {
8 FLOW_BIN_VERSION: exports.FLOW_BIN_VERSION,
9 FLOW_CONFIG_FILE: exports.FLOW_CONFIG_FILE,
10 MODEL_FILE: exports.MODEL_FILE,
11 PKG_FILE: exports.PKG_FILE,
12};
13//# sourceMappingURL=Constants.js.map
\No newline at end of file