UNPKG

195 BJavaScriptView Raw
1const readPkgUp = require('read-pkg');
2const path = require('path');
3readPkgUp({
4 cwd: path.resolve(process.cwd(), './node_modules/dingtalk-cli-pro')
5}).then(result => {
6 console.log(result)
7})
\No newline at end of file