smartnpm/ts/smartnpm.plugins.ts
2020-06-25 20:03:52 +00:00

18 lines
466 B
TypeScript

// node native modules
import * as path from 'path';
export { path };
// @pushrocks scope
import * as consolecolor from '@pushrocks/consolecolor';
import * as smartarchive from '@pushrocks/smartarchive';
import * as smartfile from '@pushrocks/smartfile';
import * as smartrequest from '@pushrocks/smartrequest';
export { consolecolor, smartarchive, smartfile, smartrequest };
// third party scope
import packageJson from 'package-json';
export { packageJson };