wechaty-puppet
Version:
Abstract Puppet for Wechaty
14 lines • 491 B
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const brolog_1 = require("brolog");
exports.log = brolog_1.log;
/**
* VERSION
*/
const read_pkg_up_1 = __importDefault(require("read-pkg-up"));
const pkg = read_pkg_up_1.default.sync({ cwd: __dirname }).pkg;
exports.VERSION = pkg.version;
//# sourceMappingURL=config.js.map
;