2019-09-06 09:12:23 +00:00
|
|
|
// @pushrocks scope
|
2018-09-01 14:13:37 +00:00
|
|
|
import * as consolecolor from '@pushrocks/consolecolor';
|
|
|
|
import * as smartlog from '@pushrocks/smartlog';
|
|
|
|
smartlog.defaultLogger.enableConsole();
|
|
|
|
import * as smartrequest from '@pushrocks/smartrequest';
|
2017-08-14 15:50:48 +00:00
|
|
|
|
2018-09-01 14:13:37 +00:00
|
|
|
export { consolecolor, smartlog, smartrequest };
|
2019-09-06 09:12:23 +00:00
|
|
|
|
|
|
|
// third party scope
|
|
|
|
import packageJson from 'package-json';
|
|
|
|
|
|
|
|
export { packageJson };
|