smartnpm/ts/smartnpm.plugins.ts

18 lines
466 B
TypeScript
Raw Normal View History

2020-03-17 00:38:58 +00:00
// node native modules
import * as path from 'path';
export { path };
2019-09-06 09:12:23 +00:00
// @pushrocks scope
import * as consolecolor from '@pushrocks/consolecolor';
2020-03-17 00:38:58 +00:00
import * as smartarchive from '@pushrocks/smartarchive';
import * as smartfile from '@pushrocks/smartfile';
import * as smartrequest from '@pushrocks/smartrequest';
2017-08-14 15:50:48 +00:00
2020-06-25 20:03:52 +00:00
export { consolecolor, smartarchive, smartfile, smartrequest };
2019-09-06 09:12:23 +00:00
// third party scope
import packageJson from 'package-json';
export { packageJson };