in packages/kotlin-webpack-plugin/plugin.js [10:16]
function getDefaultPackagesContents() { try { return [require(path.resolve(process.cwd(), 'package.json'))]; } catch (e) { return []; } }