// the jscodeshift api has been assigned to j previously const ast = j(source); ast.find(j.MemberExpression, { object: { name: "library", }, property: { name: "smoosh", }, });