(command)
| 4 | const prompt = require('readline-sync').question |
| 5 | |
| 6 | const exec = (command) => |
| 7 | execSync(command, { stdio: 'inherit' }) |
| 8 | |
| 9 | const getPackageVersion = () => |
| 10 | JSON.parse(readFileSync(resolvePath(__dirname, '../package.json'))).version |
no outgoing calls
no test coverage detected
searching dependent graphs…