8 lines
207 B
TypeScript

export { NxJson } from './src/command-line/shared';
export {
readJsonInTree,
updateJsonInTree,
addDepsToPackageJson
} from './src/utils/ast-utils';
export { offsetFromRoot } from './src/utils/common';